Html Css Color HEX #4B25BC Purple Heart

📋 copy color: '#4B25BC'

red 75 ◦ green 37 ◦ blue 188

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

Shades of Purple Heart #4B25BC

Tints of Purple Heart #4B25BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 62.67%

R = 25%
G = 12.33%
B = 62.67%

CMYK

 C value IS 0.60

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4B25BC (or 0x4B25BC) is known color: Purple Heart. HEX triplet: 4B, 25 and BC. RGB value is (75,37,188). Sum of RGB (Red+Green+Blue) = 75+37+188=300 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 188 (73.83% from 255 or 62.67% from 300); Max value from RGB is 188 - color contains mainly: blue. Hex color #4B25BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B25BC is #B4DA43. Grayscale: #414141. Windows color (decimal): -11852356 or 12330315. OLE color: 12330315.

HSL color Cylindrical-coordinate representation of color #4B25BC: hue angle of 255.1º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4B25BC is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 75 37 188 -
CMYK 0.60 0.80 0 0.26
HSL 255.1º 0.67% 0.44% -
HSV(B) 255.1º 0.8% 0.74% -
XYZ 12.64 6.45 48.16 -
YUV 65.58 197.09 134.72 -
System Red Green Blue C M Y K H S L
Decimal 75 37 188 0.60 0.80 0 0.26 255.1 0.67 0.44
Hex 4B 25 BC 3C 50 0 1A FF 43 2C
Octal 113 45 274 74 120 0 32 377 103 54
Binary 1001011 100101 10111100 111100 1010000 0 11010 11111111 1000011 101100

Color Harmonies of #4B25BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B25BC

Black with #4B25BC

Text Example


Text Example

White with #4B25BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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