Html Css Color HEX #803366 Rose Bud Cherry

📋 copy color: '#803366'

red 128 ◦ green 51 ◦ blue 102

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

Shades of Rose Bud Cherry #803366

Tints of Rose Bud Cherry #803366

RGB

 RED value IS 128 (50.39% from 255) = 45.55%

 GREEN value IS 51 (20.31% from 255) = 18.15%

 BLUE value IS 102 (40.23% from 255) = 36.3%

R = 45.55%
G = 18.15%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#803366 (or 0x803366) is known color: Rose Bud Cherry. HEX triplet: 80, 33 and 66. RGB value is (128,51,102). Sum of RGB (Red+Green+Blue) = 128+51+102=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 51 (20.31% from 255 or 18.15% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 128 - color contains mainly: red. Hex color #803366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803366 is #7FCC99. Grayscale: #4F4F4F. Windows color (decimal): -8375450 or 6697856. OLE color: 6697856.

HSL color Cylindrical-coordinate representation of color #803366: hue angle of 320.26º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #803366 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 51 102 -
CMYK 0 0.60 0.20 0.50
HSL 320.26º 0.43% 0.35% -
HSV(B) 320.26º 0.6% 0.5% -
XYZ 12.48 7.92 13.44 -
YUV 79.84 140.51 162.35 -
System Red Green Blue C M Y K H S L
Decimal 128 51 102 0 0.60 0.20 0.50 320.26 0.43 0.35
Hex 80 33 66 0 3C 14 32 140 2B 23
Octal 200 63 146 0 74 24 62 500 53 43
Binary 10000000 110011 1100110 0 111100 10100 110010 101000000 101011 100011

Color Harmonies of #803366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803366

Black with #803366

Text Example


Text Example

White with #803366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803366; }

 p { color: rgb(128,51,102); }

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

background-color css

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

 a { background-color: rgb(128,51,102); }

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

border-color css

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

 span { border-color: rgb(128,51,102); }

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