Html Css Color HEX #33327F Jacksons Purple

📋 copy color: '#33327F'

red 51 ◦ green 50 ◦ blue 127

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

Shades of Jacksons Purple #33327F

Tints of Jacksons Purple #33327F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.93%

 BLUE value IS 127 (50% from 255) = 55.7%

R = 22.37%
G = 21.93%
B = 55.7%

CMYK

 C value IS 0.60

 M value IS 0.61

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#33327F (or 0x33327F) is known color: Jacksons Purple. HEX triplet: 33, 32 and 7F. RGB value is (51,50,127). Sum of RGB (Red+Green+Blue) = 51+50+127=228 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.37% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 127 (50% from 255 or 55.70% from 228); Max value from RGB is 127 - color contains mainly: blue. Hex color #33327F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33327F is #CCCD80. Grayscale: #3A3A3A. Windows color (decimal): -13421953 or 8335923. OLE color: 8335923.

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

Color convert

RGB 51 50 127 -
CMYK 0.60 0.61 0 0.50
HSL 240.78º 0.44% 0.35% -
HSV(B) 240.78º 0.61% 0.5% -
XYZ 6.34 4.52 20.62 -
YUV 59.08 166.33 122.24 -
System Red Green Blue C M Y K H S L
Decimal 51 50 127 0.60 0.61 0 0.50 240.78 0.44 0.35
Hex 33 32 7F 3C 3D 0 32 F1 2C 23
Octal 63 62 177 74 75 0 62 361 54 43
Binary 110011 110010 1111111 111100 111101 0 110010 11110001 101100 100011

Color Harmonies of #33327F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33327F

Black with #33327F

Text Example


Text Example

White with #33327F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33327F; }

 p { color: rgb(51,50,127); }

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

background-color css

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

 a { background-color: rgb(51,50,127); }

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

border-color css

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

 span { border-color: rgb(51,50,127); }

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