Html Css Color HEX #642C8D Kingfisher Daisy

📋 copy color: '#642C8D'

red 100 ◦ green 44 ◦ blue 141

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

Shades of Kingfisher Daisy #642C8D

Tints of Kingfisher Daisy #642C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 49.47%

R = 35.09%
G = 15.44%
B = 49.47%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#642C8D (or 0x642C8D) is known color: Kingfisher Daisy. HEX triplet: 64, 2C and 8D. RGB value is (100,44,141). Sum of RGB (Red+Green+Blue) = 100+44+141=285 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.09% from 285); Green value is 44 (17.58% from 255 or 15.44% from 285); Blue value is 141 (55.47% from 255 or 49.47% from 285); Max value from RGB is 141 - color contains mainly: blue. Hex color #642C8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642C8D is #9BD372. Grayscale: #474747. Windows color (decimal): -10212211 or 9251940. OLE color: 9251940.

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

Color convert

RGB 100 44 141 -
CMYK 0.29 0.69 0 0.45
HSL 274.64º 0.52% 0.36% -
HSV(B) 274.64º 0.69% 0.55% -
XYZ 10.96 6.43 25.86 -
YUV 71.8 167.05 148.11 -
System Red Green Blue C M Y K H S L
Decimal 100 44 141 0.29 0.69 0 0.45 274.64 0.52 0.36
Hex 64 2C 8D 1D 45 0 2D 113 34 24
Octal 144 54 215 35 105 0 55 423 64 44
Binary 1100100 101100 10001101 11101 1000101 0 101101 100010011 110100 100100

Color Harmonies of #642C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642C8D

Black with #642C8D

Text Example


Text Example

White with #642C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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