Html Css Color HEX #4613BC Purple Heart

📋 copy color: '#4613BC'

red 70 ◦ green 19 ◦ blue 188

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

Shades of Purple Heart #4613BC

Tints of Purple Heart #4613BC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.86%

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

R = 25.27%
G = 6.86%
B = 67.87%

CMYK

 C value IS 0.63

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4613BC (or 0x4613BC) is known color: Purple Heart. HEX triplet: 46, 13 and BC. RGB value is (70,19,188). Sum of RGB (Red+Green+Blue) = 70+19+188=277 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.27% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 188 (73.83% from 255 or 67.87% from 277); Max value from RGB is 188 - color contains mainly: blue. Hex color #4613BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4613BC is #B9EC43. Grayscale: #343434. Windows color (decimal): -12184644 or 12325702. OLE color: 12325702.

HSL color Cylindrical-coordinate representation of color #4613BC: hue angle of 258.11º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4613BC is Cyan = 0.63, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 70 19 188 -
CMYK 0.63 0.90 0 0.26
HSL 258.11º 0.82% 0.41% -
HSV(B) 258.11º 0.9% 0.74% -
XYZ 11.84 5.4 48 -
YUV 53.52 203.9 139.76 -
System Red Green Blue C M Y K H S L
Decimal 70 19 188 0.63 0.90 0 0.26 258.11 0.82 0.41
Hex 46 13 BC 3F 5A 0 1A 102 52 29
Octal 106 23 274 77 132 0 32 402 122 51
Binary 1000110 10011 10111100 111111 1011010 0 11010 100000010 1010010 101001

Color Harmonies of #4613BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4613BC

Black with #4613BC

Text Example


Text Example

White with #4613BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4613BC; }

 p { color: rgb(70,19,188); }

 H1.HeaderClassName
 {
   color: #4613BC;
 }
 .AnyTagClassName
 {
   color: #4613BC;
 }
</style>

background-color css

<style>
 a { background-color: #4613BC; }

 a { background-color: rgb(70,19,188); }

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

border-color css

<style>
 span { border-color: #4613BC; }

 span { border-color: rgb(70,19,188); }

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