Html Css Color HEX #603A75 Honey Flower

📋 copy color: '#603A75'

red 96 ◦ green 58 ◦ blue 117

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

Shades of Honey Flower #603A75

Tints of Honey Flower #603A75

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.4%

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

R = 35.42%
G = 21.4%
B = 43.17%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#603A75 (or 0x603A75) is known color: Honey Flower. HEX triplet: 60, 3A and 75. RGB value is (96,58,117). Sum of RGB (Red+Green+Blue) = 96+58+117=271 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.42% from 271); Green value is 58 (23.05% from 255 or 21.40% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 117 - color contains mainly: blue. Hex color #603A75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603A75 is #9FC58A. Grayscale: #4B4B4B. Windows color (decimal): -10470795 or 7682656. OLE color: 7682656.

HSL color Cylindrical-coordinate representation of color #603A75: hue angle of 278.64º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #603A75 is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 58 117 -
CMYK 0.18 0.50 0 0.54
HSL 278.64º 0.34% 0.34% -
HSV(B) 278.64º 0.5% 0.46% -
XYZ 9.55 6.8 17.64 -
YUV 76.09 151.09 142.2 -
System Red Green Blue C M Y K H S L
Decimal 96 58 117 0.18 0.50 0 0.54 278.64 0.34 0.34
Hex 60 3A 75 12 32 0 36 117 22 22
Octal 140 72 165 22 62 0 66 427 42 42
Binary 1100000 111010 1110101 10010 110010 0 110110 100010111 100010 100010

Color Harmonies of #603A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603A75

Black with #603A75

Text Example


Text Example

White with #603A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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