Html Css Color HEX #642D8B Kingfisher Daisy

📋 copy color: '#642D8B'

red 100 ◦ green 45 ◦ blue 139

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

Shades of Kingfisher Daisy #642D8B

Tints of Kingfisher Daisy #642D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 48.94%

R = 35.21%
G = 15.85%
B = 48.94%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#642D8B (or 0x642D8B) is known color: Kingfisher Daisy. HEX triplet: 64, 2D and 8B. RGB value is (100,45,139). Sum of RGB (Red+Green+Blue) = 100+45+139=284 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.21% from 284); Green value is 45 (17.97% from 255 or 15.85% from 284); Blue value is 139 (54.69% from 255 or 48.94% from 284); Max value from RGB is 139 - color contains mainly: blue. Hex color #642D8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642D8B is #9BD274. Grayscale: #474747. Windows color (decimal): -10211957 or 9121124. OLE color: 9121124.

HSL color Cylindrical-coordinate representation of color #642D8B: hue angle of 275.11º 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 #642D8B is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 45 139 -
CMYK 0.28 0.68 0 0.45
HSL 275.11º 0.51% 0.36% -
HSV(B) 275.11º 0.68% 0.55% -
XYZ 10.85 6.45 25.1 -
YUV 72.16 165.72 147.86 -
System Red Green Blue C M Y K H S L
Decimal 100 45 139 0.28 0.68 0 0.45 275.11 0.51 0.36
Hex 64 2D 8B 1C 44 0 2D 113 33 24
Octal 144 55 213 34 104 0 55 423 63 44
Binary 1100100 101101 10001011 11100 1000100 0 101101 100010011 110011 100100

Color Harmonies of #642D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642D8B

Black with #642D8B

Text Example


Text Example

White with #642D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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