Html Css Color HEX #621E7F Kingfisher Daisy

📋 copy color: '#621E7F'

red 98 ◦ green 30 ◦ blue 127

#621E7F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kingfisher Daisy #621E7F

Tints of Kingfisher Daisy #621E7F

RGB

 RED value IS 98 (38.67% from 255) = 38.43%

 GREEN value IS 30 (12.11% from 255) = 11.76%

 BLUE value IS 127 (50% from 255) = 49.8%

R = 38.43%
G = 11.76%
B = 49.8%

CMYK

 C value IS 0.23

 M value IS 0.76

 Y value IS 0

 K value IS 0.50

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#621E7F (or 0x621E7F) is known color: Kingfisher Daisy. HEX triplet: 62, 1E and 7F. RGB value is (98,30,127). Sum of RGB (Red+Green+Blue) = 98+30+127=255 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.43% from 255); Green value is 30 (12.11% from 255 or 11.76% from 255); Blue value is 127 (50% from 255 or 49.80% from 255); Max value from RGB is 127 - color contains mainly: blue. Hex color #621E7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621E7F is #9DE180. Grayscale: #3D3D3D. Windows color (decimal): -10346881 or 8330850. OLE color: 8330850.

HSL color Cylindrical-coordinate representation of color #621E7F: hue angle of 282.06º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #621E7F is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 98 30 127 -
CMYK 0.23 0.76 0 0.50
HSL 282.06º 0.62% 0.31% -
HSV(B) 282.06º 0.76% 0.5% -
XYZ 9.33 5.06 20.56 -
YUV 61.39 165.03 154.11 -
System Red Green Blue C M Y K H S L
Decimal 98 30 127 0.23 0.76 0 0.50 282.06 0.62 0.31
Hex 62 1E 7F 17 4C 0 32 11A 3E 1F
Octal 142 36 177 27 114 0 62 432 76 37
Binary 1100010 11110 1111111 10111 1001100 0 110010 100011010 111110 11111

Color Harmonies of #621E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621E7F

Black with #621E7F

Text Example


Text Example

White with #621E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621E7F; }

 p { color: rgb(98,30,127); }

 H1.HeaderClassName
 {
   color: #621E7F;
 }
 .AnyTagClassName
 {
   color: #621E7F;
 }
</style>

background-color css

<style>
 a { background-color: #621E7F; }

 a { background-color: rgb(98,30,127); }

 div.DivClassName
 {
   background-color: #621E7F;
 }
 .BgClassName
 {
   background-color: #621E7F;
 }
</style>

border-color css

<style>
 span { border-color: #621E7F; }

 span { border-color: rgb(98,30,127); }

 td.TdClassName
 {
   border-color: #621E7F;
 }
 .TagClassName
 {
   border-color: #621E7F;
 }
</style>