Html Css Color HEX #4529CB Purple Heart

📋 copy color: '#4529CB'

red 69 ◦ green 41 ◦ blue 203

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

Shades of Purple Heart #4529CB

Tints of Purple Heart #4529CB

RGB

 RED value IS 69 (27.34% from 255) = 22.04%

 GREEN value IS 41 (16.41% from 255) = 13.1%

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

R = 22.04%
G = 13.1%
B = 64.86%

CMYK

 C value IS 0.66

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4529CB (or 0x4529CB) is known color: Purple Heart. HEX triplet: 45, 29 and CB. RGB value is (69,41,203). Sum of RGB (Red+Green+Blue) = 69+41+203=313 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.04% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 203 (79.69% from 255 or 64.86% from 313); Max value from RGB is 203 - color contains mainly: blue. Hex color #4529CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4529CB is #BAD634. Grayscale: #434343. Windows color (decimal): -12244533 or 13314373. OLE color: 13314373.

HSL color Cylindrical-coordinate representation of color #4529CB: hue angle of 250.37º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4529CB is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 69 41 203 -
CMYK 0.66 0.80 0 0.20
HSL 250.37º 0.66% 0.48% -
HSV(B) 250.37º 0.8% 0.8% -
XYZ 14.03 7.16 57.14 -
YUV 67.84 204.28 128.83 -
System Red Green Blue C M Y K H S L
Decimal 69 41 203 0.66 0.80 0 0.20 250.37 0.66 0.48
Hex 45 29 CB 42 50 0 14 FA 42 30
Octal 105 51 313 102 120 0 24 372 102 60
Binary 1000101 101001 11001011 1000010 1010000 0 10100 11111010 1000010 110000

Color Harmonies of #4529CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4529CB

Black with #4529CB

Text Example


Text Example

White with #4529CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4529CB; }

 p { color: rgb(69,41,203); }

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

background-color css

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

 a { background-color: rgb(69,41,203); }

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

border-color css

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

 span { border-color: rgb(69,41,203); }

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