Html Css Color HEX #4615BD Purple Heart

📋 copy color: '#4615BD'

red 70 ◦ green 21 ◦ blue 189

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

Shades of Purple Heart #4615BD

Tints of Purple Heart #4615BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 67.5%

R = 25%
G = 7.5%
B = 67.5%

CMYK

 C value IS 0.63

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4615BD (or 0x4615BD) is known color: Purple Heart. HEX triplet: 46, 15 and BD. RGB value is (70,21,189). Sum of RGB (Red+Green+Blue) = 70+21+189=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 189 (74.22% from 255 or 67.5% from 280); Max value from RGB is 189 - color contains mainly: blue. Hex color #4615BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4615BD is #B9EA42. Grayscale: #363636. Windows color (decimal): -12184131 or 12391750. OLE color: 12391750.

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

Color convert

RGB 70 21 189 -
CMYK 0.63 0.89 0 0.26
HSL 257.5º 0.8% 0.41% -
HSV(B) 257.5º 0.89% 0.74% -
XYZ 11.98 5.51 48.58 -
YUV 54.8 203.73 138.84 -
System Red Green Blue C M Y K H S L
Decimal 70 21 189 0.63 0.89 0 0.26 257.5 0.8 0.41
Hex 46 15 BD 3F 59 0 1A 102 50 29
Octal 106 25 275 77 131 0 32 402 120 51
Binary 1000110 10101 10111101 111111 1011001 0 11010 100000010 1010000 101001

Color Harmonies of #4615BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4615BD

Black with #4615BD

Text Example


Text Example

White with #4615BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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