Html Css Color HEX #603375 Honey Flower

📋 copy color: '#603375'

red 96 ◦ green 51 ◦ blue 117

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

Shades of Honey Flower #603375

Tints of Honey Flower #603375

RGB

 RED value IS 96 (37.89% from 255) = 36.36%

 GREEN value IS 51 (20.31% from 255) = 19.32%

 BLUE value IS 117 (46.09% from 255) = 44.32%

R = 36.36%
G = 19.32%
B = 44.32%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#603375 (or 0x603375) is known color: Honey Flower. HEX triplet: 60, 33 and 75. RGB value is (96,51,117). Sum of RGB (Red+Green+Blue) = 96+51+117=264 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.36% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 117 (46.09% from 255 or 44.32% from 264); Max value from RGB is 117 - color contains mainly: blue. Hex color #603375 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603375 is #9FCC8A. Grayscale: #474747. Windows color (decimal): -10472587 or 7680864. OLE color: 7680864.

HSL color Cylindrical-coordinate representation of color #603375: hue angle of 280.91º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #603375 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 51 117 -
CMYK 0.18 0.56 0 0.54
HSL 280.91º 0.39% 0.33% -
HSV(B) 280.91º 0.56% 0.46% -
XYZ 9.22 6.14 17.53 -
YUV 71.98 153.41 145.13 -
System Red Green Blue C M Y K H S L
Decimal 96 51 117 0.18 0.56 0 0.54 280.91 0.39 0.33
Hex 60 33 75 12 38 0 36 119 27 21
Octal 140 63 165 22 70 0 66 431 47 41
Binary 1100000 110011 1110101 10010 111000 0 110110 100011001 100111 100001

Color Harmonies of #603375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603375

Black with #603375

Text Example


Text Example

White with #603375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603375; }

 p { color: rgb(96,51,117); }

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

background-color css

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

 a { background-color: rgb(96,51,117); }

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

border-color css

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

 span { border-color: rgb(96,51,117); }

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