Html Css Color HEX #4B22CE Purple Heart

📋 copy color: '#4B22CE'

red 75 ◦ green 34 ◦ blue 206

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

Shades of Purple Heart #4B22CE

Tints of Purple Heart #4B22CE

RGB

 RED value IS 75 (29.69% from 255) = 23.81%

 GREEN value IS 34 (13.67% from 255) = 10.79%

 BLUE value IS 206 (80.86% from 255) = 65.4%

R = 23.81%
G = 10.79%
B = 65.4%

CMYK

 C value IS 0.64

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4B22CE (or 0x4B22CE) is known color: Purple Heart. HEX triplet: 4B, 22 and CE. RGB value is (75,34,206). Sum of RGB (Red+Green+Blue) = 75+34+206=315 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.81% from 315); Green value is 34 (13.67% from 255 or 10.79% from 315); Blue value is 206 (80.86% from 255 or 65.40% from 315); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B22CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B22CE is #B4DD31. Grayscale: #414141. Windows color (decimal): -11853106 or 13509195. OLE color: 13509195.

HSL color Cylindrical-coordinate representation of color #4B22CE: hue angle of 254.3º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4B22CE is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 75 34 206 -
CMYK 0.64 0.83 0 0.19
HSL 254.3º 0.72% 0.47% -
HSV(B) 254.3º 0.83% 0.81% -
XYZ 14.61 7.1 58.99 -
YUV 65.87 207.08 134.51 -
System Red Green Blue C M Y K H S L
Decimal 75 34 206 0.64 0.83 0 0.19 254.3 0.72 0.47
Hex 4B 22 CE 40 53 0 13 FE 48 2F
Octal 113 42 316 100 123 0 23 376 110 57
Binary 1001011 100010 11001110 1000000 1010011 0 10011 11111110 1001000 101111

Color Harmonies of #4B22CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B22CE

Black with #4B22CE

Text Example


Text Example

White with #4B22CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,34,206); }

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

background-color css

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

 a { background-color: rgb(75,34,206); }

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

border-color css

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

 span { border-color: rgb(75,34,206); }

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