Html Css Color HEX #603474 Honey Flower

📋 copy color: '#603474'

red 96 ◦ green 52 ◦ blue 116

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

Shades of Honey Flower #603474

Tints of Honey Flower #603474

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.7%

 BLUE value IS 116 (45.7% from 255) = 43.94%

R = 36.36%
G = 19.7%
B = 43.94%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#603474 (or 0x603474) is known color: Honey Flower. HEX triplet: 60, 34 and 74. RGB value is (96,52,116). Sum of RGB (Red+Green+Blue) = 96+52+116=264 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.36% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 116 (45.70% from 255 or 43.94% from 264); Max value from RGB is 116 - color contains mainly: blue. Hex color #603474 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603474 is #9FCB8B. Grayscale: #484848. Windows color (decimal): -10472332 or 7615584. OLE color: 7615584.

HSL color Cylindrical-coordinate representation of color #603474: hue angle of 281.25º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #603474 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 52 116 -
CMYK 0.17 0.55 0 0.55
HSL 281.25º 0.38% 0.33% -
HSV(B) 281.25º 0.55% 0.45% -
XYZ 9.2 6.2 17.24 -
YUV 72.45 152.58 144.8 -
System Red Green Blue C M Y K H S L
Decimal 96 52 116 0.17 0.55 0 0.55 281.25 0.38 0.33
Hex 60 34 74 11 37 0 37 119 26 21
Octal 140 64 164 21 67 0 67 431 46 41
Binary 1100000 110100 1110100 10001 110111 0 110111 100011001 100110 100001

Color Harmonies of #603474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603474

Black with #603474

Text Example


Text Example

White with #603474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603474; }

 p { color: rgb(96,52,116); }

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

background-color css

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

 a { background-color: rgb(96,52,116); }

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

border-color css

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

 span { border-color: rgb(96,52,116); }

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