Html Css Color HEX #603F7A Honey Flower

📋 copy color: '#603F7A'

red 96 ◦ green 63 ◦ blue 122

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

Shades of Honey Flower #603F7A

Tints of Honey Flower #603F7A

RGB

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

 GREEN value IS 63 (25% from 255) = 22.42%

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

R = 34.16%
G = 22.42%
B = 43.42%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#603F7A (or 0x603F7A) is known color: Honey Flower. HEX triplet: 60, 3F and 7A. RGB value is (96,63,122). Sum of RGB (Red+Green+Blue) = 96+63+122=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 63 (25% from 255 or 22.42% from 281); Blue value is 122 (48.05% from 255 or 43.42% from 281); Max value from RGB is 122 - color contains mainly: blue. Hex color #603F7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603F7A is #9FC085. Grayscale: #4F4F4F. Windows color (decimal): -10469510 or 8011616. OLE color: 8011616.

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

Color convert

RGB 96 63 122 -
CMYK 0.21 0.48 0 0.52
HSL 273.56º 0.32% 0.36% -
HSV(B) 273.56º 0.48% 0.48% -
XYZ 10.11 7.45 19.32 -
YUV 79.59 151.93 139.7 -
System Red Green Blue C M Y K H S L
Decimal 96 63 122 0.21 0.48 0 0.52 273.56 0.32 0.36
Hex 60 3F 7A 15 30 0 34 112 20 24
Octal 140 77 172 25 60 0 64 422 40 44
Binary 1100000 111111 1111010 10101 110000 0 110100 100010010 100000 100100

Color Harmonies of #603F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603F7A

Black with #603F7A

Text Example


Text Example

White with #603F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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