Html Css Color HEX #64358F Daisy Bush

📋 copy color: '#64358F'

red 100 ◦ green 53 ◦ blue 143

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

Shades of Daisy Bush #64358F

Tints of Daisy Bush #64358F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.91%

 BLUE value IS 143 (56.25% from 255) = 48.31%

R = 33.78%
G = 17.91%
B = 48.31%

CMYK

 C value IS 0.30

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#64358F (or 0x64358F) is known color: Daisy Bush. HEX triplet: 64, 35 and 8F. RGB value is (100,53,143). Sum of RGB (Red+Green+Blue) = 100+53+143=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 143 (56.25% from 255 or 48.31% from 296); Max value from RGB is 143 - color contains mainly: blue. Hex color #64358F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64358F is #9BCA70. Grayscale: #4D4D4D. Windows color (decimal): -10209905 or 9385316. OLE color: 9385316.

HSL color Cylindrical-coordinate representation of color #64358F: hue angle of 271.33º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #64358F is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 100 53 143 -
CMYK 0.30 0.63 0 0.44
HSL 271.33º 0.46% 0.38% -
HSV(B) 271.33º 0.63% 0.56% -
XYZ 11.49 7.24 26.78 -
YUV 77.31 165.07 144.18 -
System Red Green Blue C M Y K H S L
Decimal 100 53 143 0.30 0.63 0 0.44 271.33 0.46 0.38
Hex 64 35 8F 1E 3F 0 2C 10F 2E 26
Octal 144 65 217 36 77 0 54 417 56 46
Binary 1100100 110101 10001111 11110 111111 0 101100 100001111 101110 100110

Color Harmonies of #64358F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64358F

Black with #64358F

Text Example


Text Example

White with #64358F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64358F; }

 p { color: rgb(100,53,143); }

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

background-color css

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

 a { background-color: rgb(100,53,143); }

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

border-color css

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

 span { border-color: rgb(100,53,143); }

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