Html Css Color HEX #4B25CB Purple Heart

📋 copy color: '#4B25CB'

red 75 ◦ green 37 ◦ blue 203

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

Shades of Purple Heart #4B25CB

Tints of Purple Heart #4B25CB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.75%

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

R = 23.81%
G = 11.75%
B = 64.44%

CMYK

 C value IS 0.63

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4B25CB (or 0x4B25CB) is known color: Purple Heart. HEX triplet: 4B, 25 and CB. RGB value is (75,37,203). Sum of RGB (Red+Green+Blue) = 75+37+203=315 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.81% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 203 (79.69% from 255 or 64.44% from 315); Max value from RGB is 203 - color contains mainly: blue. Hex color #4B25CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B25CB is #B4DA34. Grayscale: #424242. Windows color (decimal): -11852341 or 13313355. OLE color: 13313355.

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

Color convert

RGB 75 37 203 -
CMYK 0.63 0.82 0 0.20
HSL 253.73º 0.69% 0.47% -
HSV(B) 253.73º 0.82% 0.8% -
XYZ 14.34 7.13 57.12 -
YUV 67.29 204.59 133.5 -
System Red Green Blue C M Y K H S L
Decimal 75 37 203 0.63 0.82 0 0.20 253.73 0.69 0.47
Hex 4B 25 CB 3F 52 0 14 FE 45 2F
Octal 113 45 313 77 122 0 24 376 105 57
Binary 1001011 100101 11001011 111111 1010010 0 10100 11111110 1000101 101111

Color Harmonies of #4B25CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B25CB

Black with #4B25CB

Text Example


Text Example

White with #4B25CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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