Html Css Color HEX #642793 Kingfisher Daisy

📋 copy color: '#642793'

red 100 ◦ green 39 ◦ blue 147

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

Shades of Kingfisher Daisy #642793

Tints of Kingfisher Daisy #642793

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.64%

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

R = 34.97%
G = 13.64%
B = 51.4%

CMYK

 C value IS 0.32

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#642793 (or 0x642793) is known color: Kingfisher Daisy. HEX triplet: 64, 27 and 93. RGB value is (100,39,147). Sum of RGB (Red+Green+Blue) = 100+39+147=286 (37% of max value = 765). Red value is 100 (39.45% from 255 or 34.97% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 147 (57.81% from 255 or 51.40% from 286); Max value from RGB is 147 - color contains mainly: blue. Hex color #642793 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642793 is #9BD86C. Grayscale: #454545. Windows color (decimal): -10213485 or 9643876. OLE color: 9643876.

HSL color Cylindrical-coordinate representation of color #642793: hue angle of 273.89º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #642793 is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 39 147 -
CMYK 0.32 0.73 0 0.42
HSL 273.89º 0.58% 0.36% -
HSV(B) 273.89º 0.73% 0.58% -
XYZ 11.25 6.27 28.22 -
YUV 69.55 171.71 149.72 -
System Red Green Blue C M Y K H S L
Decimal 100 39 147 0.32 0.73 0 0.42 273.89 0.58 0.36
Hex 64 27 93 20 49 0 2A 112 3A 24
Octal 144 47 223 40 111 0 52 422 72 44
Binary 1100100 100111 10010011 100000 1001001 0 101010 100010010 111010 100100

Color Harmonies of #642793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642793

Black with #642793

Text Example


Text Example

White with #642793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642793; }

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

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

background-color css

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

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

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

border-color css

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

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

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