Html Css Color HEX #4615BA Purple Heart

📋 copy color: '#4615BA'

red 70 ◦ green 21 ◦ blue 186

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

Shades of Purple Heart #4615BA

Tints of Purple Heart #4615BA

RGB

 RED value IS 70 (27.73% from 255) = 25.27%

 GREEN value IS 21 (8.59% from 255) = 7.58%

 BLUE value IS 186 (73.05% from 255) = 67.15%

R = 25.27%
G = 7.58%
B = 67.15%

CMYK

 C value IS 0.62

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4615BA (or 0x4615BA) is known color: Purple Heart. HEX triplet: 46, 15 and BA. RGB value is (70,21,186). Sum of RGB (Red+Green+Blue) = 70+21+186=277 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.27% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 186 (73.05% from 255 or 67.15% from 277); Max value from RGB is 186 - color contains mainly: blue. Hex color #4615BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4615BA is #B9EA45. Grayscale: #353535. Windows color (decimal): -12184134 or 12195142. OLE color: 12195142.

HSL color Cylindrical-coordinate representation of color #4615BA: hue angle of 257.82º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4615BA is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 70 21 186 -
CMYK 0.62 0.89 0 0.27
HSL 257.82º 0.8% 0.41% -
HSV(B) 257.82º 0.89% 0.73% -
XYZ 11.66 5.38 46.88 -
YUV 54.46 202.23 139.08 -
System Red Green Blue C M Y K H S L
Decimal 70 21 186 0.62 0.89 0 0.27 257.82 0.8 0.41
Hex 46 15 BA 3E 59 0 1B 102 50 29
Octal 106 25 272 76 131 0 33 402 120 51
Binary 1000110 10101 10111010 111110 1011001 0 11011 100000010 1010000 101001

Color Harmonies of #4615BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4615BA

Black with #4615BA

Text Example


Text Example

White with #4615BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4615BA; }

 p { color: rgb(70,21,186); }

 H1.HeaderClassName
 {
   color: #4615BA;
 }
 .AnyTagClassName
 {
   color: #4615BA;
 }
</style>

background-color css

<style>
 a { background-color: #4615BA; }

 a { background-color: rgb(70,21,186); }

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

border-color css

<style>
 span { border-color: #4615BA; }

 span { border-color: rgb(70,21,186); }

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