Html Css Color HEX #4B26CB Purple Heart

📋 copy color: '#4B26CB'

red 75 ◦ green 38 ◦ blue 203

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

Shades of Purple Heart #4B26CB

Tints of Purple Heart #4B26CB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.03%

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

R = 23.73%
G = 12.03%
B = 64.24%

CMYK

 C value IS 0.63

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4B26CB (or 0x4B26CB) is known color: Purple Heart. HEX triplet: 4B, 26 and CB. RGB value is (75,38,203). Sum of RGB (Red+Green+Blue) = 75+38+203=316 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.73% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 203 (79.69% from 255 or 64.24% from 316); Max value from RGB is 203 - color contains mainly: blue. Hex color #4B26CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B26CB is #B4D934. Grayscale: #434343. Windows color (decimal): -11852085 or 13313611. OLE color: 13313611.

HSL color Cylindrical-coordinate representation of color #4B26CB: hue angle of 253.45º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4B26CB is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 75 38 203 -
CMYK 0.63 0.81 0 0.20
HSL 253.45º 0.68% 0.47% -
HSV(B) 253.45º 0.81% 0.8% -
XYZ 14.37 7.19 57.13 -
YUV 67.87 204.26 133.08 -
System Red Green Blue C M Y K H S L
Decimal 75 38 203 0.63 0.81 0 0.20 253.45 0.68 0.47
Hex 4B 26 CB 3F 51 0 14 FD 44 2F
Octal 113 46 313 77 121 0 24 375 104 57
Binary 1001011 100110 11001011 111111 1010001 0 10100 11111101 1000100 101111

Color Harmonies of #4B26CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B26CB

Black with #4B26CB

Text Example


Text Example

White with #4B26CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,38,203); }

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

background-color css

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

 a { background-color: rgb(75,38,203); }

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

border-color css

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

 span { border-color: rgb(75,38,203); }

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