Html Css Color HEX #4B01CB Purple Heart

📋 copy color: '#4B01CB'

red 75 ◦ green 1 ◦ blue 203

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

Shades of Purple Heart #4B01CB

Tints of Purple Heart #4B01CB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 26.88%
G = 0.36%
B = 72.76%

CMYK

 C value IS 0.63

 M value IS 1.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4B01CB (or 0x4B01CB) is known color: Purple Heart. HEX triplet: 4B, 01 and CB. RGB value is (75,1,203). Sum of RGB (Red+Green+Blue) = 75+1+203=279 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.88% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 203 (79.69% from 255 or 72.76% from 279); Max value from RGB is 203 - color contains mainly: blue. Hex color #4B01CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B01CB is #B4FE34. Grayscale: #2D2D2D. Windows color (decimal): -11861557 or 13304139. OLE color: 13304139.

HSL color Cylindrical-coordinate representation of color #4B01CB: hue angle of 261.98º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4B01CB is Cyan = 0.63, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 75 1 203 -
CMYK 0.63 1.00 0 0.20
HSL 261.98º 0.99% 0.4% -
HSV(B) 261.98º 1% 0.8% -
XYZ 13.69 5.83 56.9 -
YUV 46.15 216.52 148.57 -
System Red Green Blue C M Y K H S L
Decimal 75 1 203 0.63 1.00 0 0.20 261.98 0.99 0.4
Hex 4B 1 CB 3F 64 0 14 106 63 28
Octal 113 1 313 77 144 0 24 406 143 50
Binary 1001011 1 11001011 111111 1100100 0 10100 100000110 1100011 101000

Color Harmonies of #4B01CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B01CB

Black with #4B01CB

Text Example


Text Example

White with #4B01CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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