Html Css Color HEX #60357A Honey Flower

📋 copy color: '#60357A'

red 96 ◦ green 53 ◦ blue 122

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

Shades of Honey Flower #60357A

Tints of Honey Flower #60357A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 45.02%

R = 35.42%
G = 19.56%
B = 45.02%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#60357A (or 0x60357A) is known color: Honey Flower. HEX triplet: 60, 35 and 7A. RGB value is (96,53,122). Sum of RGB (Red+Green+Blue) = 96+53+122=271 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.42% from 271); Green value is 53 (21.09% from 255 or 19.56% from 271); Blue value is 122 (48.05% from 255 or 45.02% from 271); Max value from RGB is 122 - color contains mainly: blue. Hex color #60357A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60357A is #9FCA85. Grayscale: #494949. Windows color (decimal): -10472070 or 8009056. OLE color: 8009056.

HSL color Cylindrical-coordinate representation of color #60357A: hue angle of 277.39º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60357A is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 96 53 122 -
CMYK 0.21 0.57 0 0.52
HSL 277.39º 0.39% 0.34% -
HSV(B) 277.39º 0.57% 0.48% -
XYZ 9.61 6.44 19.15 -
YUV 73.72 155.25 143.89 -
System Red Green Blue C M Y K H S L
Decimal 96 53 122 0.21 0.57 0 0.52 277.39 0.39 0.34
Hex 60 35 7A 15 39 0 34 115 27 22
Octal 140 65 172 25 71 0 64 425 47 42
Binary 1100000 110101 1111010 10101 111001 0 110100 100010101 100111 100010

Color Harmonies of #60357A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60357A

Black with #60357A

Text Example


Text Example

White with #60357A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60357A; }

 p { color: rgb(96,53,122); }

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

background-color css

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

 a { background-color: rgb(96,53,122); }

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

border-color css

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

 span { border-color: rgb(96,53,122); }

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