Html Css Color HEX #4A33CB Purple Heart

📋 copy color: '#4A33CB'

red 74 ◦ green 51 ◦ blue 203

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

Shades of Purple Heart #4A33CB

Tints of Purple Heart #4A33CB

RGB

 RED value IS 74 (29.3% from 255) = 22.56%

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

 BLUE value IS 203 (79.69% from 255) = 61.89%

R = 22.56%
G = 15.55%
B = 61.89%

CMYK

 C value IS 0.64

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4A33CB (or 0x4A33CB) is known color: Purple Heart. HEX triplet: 4A, 33 and CB. RGB value is (74,51,203). Sum of RGB (Red+Green+Blue) = 74+51+203=328 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.56% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 203 (79.69% from 255 or 61.89% from 328); Max value from RGB is 203 - color contains mainly: blue. Hex color #4A33CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A33CB is #B5CC34. Grayscale: #4A4A4A. Windows color (decimal): -11914293 or 13316938. OLE color: 13316938.

HSL color Cylindrical-coordinate representation of color #4A33CB: hue angle of 249.08º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4A33CB is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 74 51 203 -
CMYK 0.64 0.75 0 0.20
HSL 249.08º 0.6% 0.5% -
HSV(B) 249.08º 0.75% 0.8% -
XYZ 14.79 8.14 57.29 -
YUV 75.21 200.12 127.14 -
System Red Green Blue C M Y K H S L
Decimal 74 51 203 0.64 0.75 0 0.20 249.08 0.6 0.5
Hex 4A 33 CB 40 4B 0 14 F9 3C 32
Octal 112 63 313 100 113 0 24 371 74 62
Binary 1001010 110011 11001011 1000000 1001011 0 10100 11111001 111100 110010

Color Harmonies of #4A33CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A33CB

Black with #4A33CB

Text Example


Text Example

White with #4A33CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A33CB; }

 p { color: rgb(74,51,203); }

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

background-color css

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

 a { background-color: rgb(74,51,203); }

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

border-color css

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

 span { border-color: rgb(74,51,203); }

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