Html Css Color HEX #642C93 Kingfisher Daisy

📋 copy color: '#642C93'

red 100 ◦ green 44 ◦ blue 147

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

Shades of Kingfisher Daisy #642C93

Tints of Kingfisher Daisy #642C93

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.12%

 BLUE value IS 147 (57.81% from 255) = 50.52%

R = 34.36%
G = 15.12%
B = 50.52%

CMYK

 C value IS 0.32

 M value IS 0.70

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#642C93 (or 0x642C93) is known color: Kingfisher Daisy. HEX triplet: 64, 2C and 93. RGB value is (100,44,147). Sum of RGB (Red+Green+Blue) = 100+44+147=291 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.36% from 291); Green value is 44 (17.58% from 255 or 15.12% from 291); Blue value is 147 (57.81% from 255 or 50.52% from 291); Max value from RGB is 147 - color contains mainly: blue. Hex color #642C93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642C93 is #9BD36C. Grayscale: #484848. Windows color (decimal): -10212205 or 9645156. OLE color: 9645156.

HSL color Cylindrical-coordinate representation of color #642C93: hue angle of 272.62º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #642C93 is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 44 147 -
CMYK 0.32 0.70 0 0.42
HSL 272.62º 0.54% 0.37% -
HSV(B) 272.62º 0.7% 0.58% -
XYZ 11.42 6.62 28.28 -
YUV 72.49 170.05 147.62 -
System Red Green Blue C M Y K H S L
Decimal 100 44 147 0.32 0.70 0 0.42 272.62 0.54 0.37
Hex 64 2C 93 20 46 0 2A 111 36 25
Octal 144 54 223 40 106 0 52 421 66 45
Binary 1100100 101100 10010011 100000 1000110 0 101010 100010001 110110 100101

Color Harmonies of #642C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642C93

Black with #642C93

Text Example


Text Example

White with #642C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642C93; }

 p { color: rgb(100,44,147); }

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

background-color css

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

 a { background-color: rgb(100,44,147); }

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

border-color css

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

 span { border-color: rgb(100,44,147); }

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