Html Css Color HEX #633075 Honey Flower

📋 copy color: '#633075'

red 99 ◦ green 48 ◦ blue 117

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

Shades of Honey Flower #633075

Tints of Honey Flower #633075

RGB

 RED value IS 99 (39.06% from 255) = 37.5%

 GREEN value IS 48 (19.14% from 255) = 18.18%

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

R = 37.5%
G = 18.18%
B = 44.32%

CMYK

 C value IS 0.15

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#633075 (or 0x633075) is known color: Honey Flower. HEX triplet: 63, 30 and 75. RGB value is (99,48,117). Sum of RGB (Red+Green+Blue) = 99+48+117=264 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.5% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 117 (46.09% from 255 or 44.32% from 264); Max value from RGB is 117 - color contains mainly: blue. Hex color #633075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633075 is #9CCF8A. Grayscale: #464646. Windows color (decimal): -10276747 or 7680099. OLE color: 7680099.

HSL color Cylindrical-coordinate representation of color #633075: hue angle of 284.35º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #633075 is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 99 48 117 -
CMYK 0.15 0.59 0 0.54
HSL 284.35º 0.42% 0.32% -
HSV(B) 284.35º 0.59% 0.46% -
XYZ 9.41 6.05 17.5 -
YUV 71.12 153.9 147.89 -
System Red Green Blue C M Y K H S L
Decimal 99 48 117 0.15 0.59 0 0.54 284.35 0.42 0.32
Hex 63 30 75 F 3B 0 36 11C 2A 20
Octal 143 60 165 17 73 0 66 434 52 40
Binary 1100011 110000 1110101 1111 111011 0 110110 100011100 101010 100000

Color Harmonies of #633075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633075

Black with #633075

Text Example


Text Example

White with #633075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633075; }

 p { color: rgb(99,48,117); }

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

background-color css

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

 a { background-color: rgb(99,48,117); }

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

border-color css

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

 span { border-color: rgb(99,48,117); }

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