Html Css Color HEX #62227F Kingfisher Daisy

📋 copy color: '#62227F'

red 98 ◦ green 34 ◦ blue 127

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

Shades of Kingfisher Daisy #62227F

Tints of Kingfisher Daisy #62227F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.13%

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

R = 37.84%
G = 13.13%
B = 49.03%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#62227F (or 0x62227F) is known color: Kingfisher Daisy. HEX triplet: 62, 22 and 7F. RGB value is (98,34,127). Sum of RGB (Red+Green+Blue) = 98+34+127=259 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.84% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 127 (50% from 255 or 49.03% from 259); Max value from RGB is 127 - color contains mainly: blue. Hex color #62227F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62227F is #9DDD80. Grayscale: #3F3F3F. Windows color (decimal): -10345857 or 8331874. OLE color: 8331874.

HSL color Cylindrical-coordinate representation of color #62227F: hue angle of 281.29º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #62227F is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 98 34 127 -
CMYK 0.23 0.73 0 0.50
HSL 281.29º 0.58% 0.32% -
HSV(B) 281.29º 0.73% 0.5% -
XYZ 9.44 5.27 20.6 -
YUV 63.74 163.7 152.44 -
System Red Green Blue C M Y K H S L
Decimal 98 34 127 0.23 0.73 0 0.50 281.29 0.58 0.32
Hex 62 22 7F 17 49 0 32 119 3A 20
Octal 142 42 177 27 111 0 62 431 72 40
Binary 1100010 100010 1111111 10111 1001001 0 110010 100011001 111010 100000

Color Harmonies of #62227F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62227F

Black with #62227F

Text Example


Text Example

White with #62227F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62227F; }

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

 H1.HeaderClassName
 {
   color: #62227F;
 }
 .AnyTagClassName
 {
   color: #62227F;
 }
</style>

background-color css

<style>
 a { background-color: #62227F; }

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

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

border-color css

<style>
 span { border-color: #62227F; }

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

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