Html Css Color HEX #4B10BF Purple Heart

📋 copy color: '#4B10BF'

red 75 ◦ green 16 ◦ blue 191

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

Shades of Purple Heart #4B10BF

Tints of Purple Heart #4B10BF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.67%

 BLUE value IS 191 (75% from 255) = 67.73%

R = 26.6%
G = 5.67%
B = 67.73%

CMYK

 C value IS 0.61

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4B10BF (or 0x4B10BF) is known color: Purple Heart. HEX triplet: 4B, 10 and BF. RGB value is (75,16,191). Sum of RGB (Red+Green+Blue) = 75+16+191=282 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.60% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 191 (75% from 255 or 67.73% from 282); Max value from RGB is 191 - color contains mainly: blue. Hex color #4B10BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B10BF is #B4EF40. Grayscale: #343434. Windows color (decimal): -11857729 or 12521547. OLE color: 12521547.

HSL color Cylindrical-coordinate representation of color #4B10BF: hue angle of 260.23º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4B10BF is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 75 16 191 -
CMYK 0.61 0.92 0 0.25
HSL 260.23º 0.85% 0.41% -
HSV(B) 260.23º 0.92% 0.75% -
XYZ 12.49 5.63 49.72 -
YUV 53.59 205.55 143.27 -
System Red Green Blue C M Y K H S L
Decimal 75 16 191 0.61 0.92 0 0.25 260.23 0.85 0.41
Hex 4B 10 BF 3D 5C 0 19 104 55 29
Octal 113 20 277 75 134 0 31 404 125 51
Binary 1001011 10000 10111111 111101 1011100 0 11001 100000100 1010101 101001

Color Harmonies of #4B10BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B10BF

Black with #4B10BF

Text Example


Text Example

White with #4B10BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,16,191); }

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

background-color css

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

 a { background-color: rgb(75,16,191); }

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

border-color css

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

 span { border-color: rgb(75,16,191); }

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