Html Css Color HEX #332655 Cherry Pie

📋 copy color: '#332655'

red 51 ◦ green 38 ◦ blue 85

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

Shades of Cherry Pie #332655

Tints of Cherry Pie #332655

RGB

 RED value IS 51 (20.31% from 255) = 29.31%

 GREEN value IS 38 (15.23% from 255) = 21.84%

 BLUE value IS 85 (33.59% from 255) = 48.85%

R = 29.31%
G = 21.84%
B = 48.85%

CMYK

 C value IS 0.40

 M value IS 0.55

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#332655 (or 0x332655) is known color: Cherry Pie. HEX triplet: 33, 26 and 55. RGB value is (51,38,85). Sum of RGB (Red+Green+Blue) = 51+38+85=174 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.31% from 174); Green value is 38 (15.23% from 255 or 21.84% from 174); Blue value is 85 (33.59% from 255 or 48.85% from 174); Max value from RGB is 85 - color contains mainly: blue. Hex color #332655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332655 is #CCD9AA. Grayscale: #2F2F2F. Windows color (decimal): -13425067 or 5580339. OLE color: 5580339.

HSL color Cylindrical-coordinate representation of color #332655: hue angle of 256.6º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #332655 is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 38 85 -
CMYK 0.40 0.55 0 0.67
HSL 256.6º 0.38% 0.24% -
HSV(B) 256.6º 0.55% 0.33% -
XYZ 3.7 2.75 8.93 -
YUV 47.25 149.31 130.68 -
System Red Green Blue C M Y K H S L
Decimal 51 38 85 0.40 0.55 0 0.67 256.6 0.38 0.24
Hex 33 26 55 28 37 0 43 101 26 18
Octal 63 46 125 50 67 0 103 401 46 30
Binary 110011 100110 1010101 101000 110111 0 1000011 100000001 100110 11000

Color Harmonies of #332655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332655

Black with #332655

Text Example


Text Example

White with #332655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332655; }

 p { color: rgb(51,38,85); }

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

background-color css

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

 a { background-color: rgb(51,38,85); }

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

border-color css

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

 span { border-color: rgb(51,38,85); }

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