Html Css Color HEX #642D8C Kingfisher Daisy

📋 copy color: '#642D8C'

red 100 ◦ green 45 ◦ blue 140

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

Shades of Kingfisher Daisy #642D8C

Tints of Kingfisher Daisy #642D8C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.79%

 BLUE value IS 140 (55.08% from 255) = 49.12%

R = 35.09%
G = 15.79%
B = 49.12%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#642D8C (or 0x642D8C) is known color: Kingfisher Daisy. HEX triplet: 64, 2D and 8C. RGB value is (100,45,140). Sum of RGB (Red+Green+Blue) = 100+45+140=285 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.09% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 140 (55.08% from 255 or 49.12% from 285); Max value from RGB is 140 - color contains mainly: blue. Hex color #642D8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642D8C is #9BD273. Grayscale: #474747. Windows color (decimal): -10211956 or 9186660. OLE color: 9186660.

HSL color Cylindrical-coordinate representation of color #642D8C: hue angle of 274.74º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #642D8C is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 45 140 -
CMYK 0.29 0.68 0 0.45
HSL 274.74º 0.51% 0.36% -
HSV(B) 274.74º 0.68% 0.55% -
XYZ 10.93 6.48 25.49 -
YUV 72.28 166.22 147.78 -
System Red Green Blue C M Y K H S L
Decimal 100 45 140 0.29 0.68 0 0.45 274.74 0.51 0.36
Hex 64 2D 8C 1D 44 0 2D 113 33 24
Octal 144 55 214 35 104 0 55 423 63 44
Binary 1100100 101101 10001100 11101 1000100 0 101101 100010011 110011 100100

Color Harmonies of #642D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642D8C

Black with #642D8C

Text Example


Text Example

White with #642D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,45,140); }

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

background-color css

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

 a { background-color: rgb(100,45,140); }

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

border-color css

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

 span { border-color: rgb(100,45,140); }

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