Html Css Color HEX #33327C Jacksons Purple

📋 copy color: '#33327C'

red 51 ◦ green 50 ◦ blue 124

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

Shades of Jacksons Purple #33327C

Tints of Jacksons Purple #33327C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 55.11%

R = 22.67%
G = 22.22%
B = 55.11%

CMYK

 C value IS 0.59

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#33327C (or 0x33327C) is known color: Jacksons Purple. HEX triplet: 33, 32 and 7C. RGB value is (51,50,124). Sum of RGB (Red+Green+Blue) = 51+50+124=225 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.67% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 124 (48.83% from 255 or 55.11% from 225); Max value from RGB is 124 - color contains mainly: blue. Hex color #33327C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33327C is #CCCD83. Grayscale: #3A3A3A. Windows color (decimal): -13421956 or 8139315. OLE color: 8139315.

HSL color Cylindrical-coordinate representation of color #33327C: hue angle of 240.81º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #33327C is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 51 50 124 -
CMYK 0.59 0.60 0 0.51
HSL 240.81º 0.43% 0.34% -
HSV(B) 240.81º 0.6% 0.49% -
XYZ 6.14 4.44 19.6 -
YUV 58.74 164.83 122.48 -
System Red Green Blue C M Y K H S L
Decimal 51 50 124 0.59 0.60 0 0.51 240.81 0.43 0.34
Hex 33 32 7C 3B 3C 0 33 F1 2B 22
Octal 63 62 174 73 74 0 63 361 53 42
Binary 110011 110010 1111100 111011 111100 0 110011 11110001 101011 100010

Color Harmonies of #33327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33327C

Black with #33327C

Text Example


Text Example

White with #33327C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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