Html Css Color HEX #642192 Kingfisher Daisy

📋 copy color: '#642192'

red 100 ◦ green 33 ◦ blue 146

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

Shades of Kingfisher Daisy #642192

Tints of Kingfisher Daisy #642192

RGB

 RED value IS 100 (39.45% from 255) = 35.84%

 GREEN value IS 33 (13.28% from 255) = 11.83%

 BLUE value IS 146 (57.42% from 255) = 52.33%

R = 35.84%
G = 11.83%
B = 52.33%

CMYK

 C value IS 0.32

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#642192 (or 0x642192) is known color: Kingfisher Daisy. HEX triplet: 64, 21 and 92. RGB value is (100,33,146). Sum of RGB (Red+Green+Blue) = 100+33+146=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 146 (57.42% from 255 or 52.33% from 279); Max value from RGB is 146 - color contains mainly: blue. Hex color #642192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642192 is #9BDE6D. Grayscale: #414141. Windows color (decimal): -10215022 or 9576804. OLE color: 9576804.

HSL color Cylindrical-coordinate representation of color #642192: hue angle of 275.58º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #642192 is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 100 33 146 -
CMYK 0.32 0.77 0 0.43
HSL 275.58º 0.63% 0.35% -
HSV(B) 275.58º 0.77% 0.57% -
XYZ 10.99 5.87 27.75 -
YUV 65.92 173.2 152.31 -
System Red Green Blue C M Y K H S L
Decimal 100 33 146 0.32 0.77 0 0.43 275.58 0.63 0.35
Hex 64 21 92 20 4D 0 2B 114 3F 23
Octal 144 41 222 40 115 0 53 424 77 43
Binary 1100100 100001 10010010 100000 1001101 0 101011 100010100 111111 100011

Color Harmonies of #642192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642192

Black with #642192

Text Example


Text Example

White with #642192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642192; }

 p { color: rgb(100,33,146); }

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

background-color css

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

 a { background-color: rgb(100,33,146); }

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

border-color css

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

 span { border-color: rgb(100,33,146); }

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