Html Css Color HEX #603C7A Honey Flower

📋 copy color: '#603C7A'

red 96 ◦ green 60 ◦ blue 122

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

Shades of Honey Flower #603C7A

Tints of Honey Flower #603C7A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.58%

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

R = 34.53%
G = 21.58%
B = 43.88%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#603C7A (or 0x603C7A) is known color: Honey Flower. HEX triplet: 60, 3C and 7A. RGB value is (96,60,122). Sum of RGB (Red+Green+Blue) = 96+60+122=278 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.53% from 278); Green value is 60 (23.83% from 255 or 21.58% from 278); Blue value is 122 (48.05% from 255 or 43.88% from 278); Max value from RGB is 122 - color contains mainly: blue. Hex color #603C7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603C7A is #9FC385. Grayscale: #4D4D4D. Windows color (decimal): -10470278 or 8010848. OLE color: 8010848.

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

Color convert

RGB 96 60 122 -
CMYK 0.21 0.51 0 0.52
HSL 274.84º 0.34% 0.36% -
HSV(B) 274.84º 0.51% 0.48% -
XYZ 9.95 7.12 19.26 -
YUV 77.83 152.93 140.96 -
System Red Green Blue C M Y K H S L
Decimal 96 60 122 0.21 0.51 0 0.52 274.84 0.34 0.36
Hex 60 3C 7A 15 33 0 34 113 22 24
Octal 140 74 172 25 63 0 64 423 42 44
Binary 1100000 111100 1111010 10101 110011 0 110100 100010011 100010 100100

Color Harmonies of #603C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603C7A

Black with #603C7A

Text Example


Text Example

White with #603C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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