Html Css Color HEX #4612BC Purple Heart

📋 copy color: '#4612BC'

red 70 ◦ green 18 ◦ blue 188

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

Shades of Purple Heart #4612BC

Tints of Purple Heart #4612BC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.52%

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

R = 25.36%
G = 6.52%
B = 68.12%

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

#4612BC (or 0x4612BC) is known color: Purple Heart. HEX triplet: 46, 12 and BC. RGB value is (70,18,188). Sum of RGB (Red+Green+Blue) = 70+18+188=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 188 (73.83% from 255 or 68.12% from 276); Max value from RGB is 188 - color contains mainly: blue. Hex color #4612BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4612BC is #B9ED43. Grayscale: #343434. Windows color (decimal): -12184900 or 12325446. OLE color: 12325446.

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

Color convert

RGB 70 18 188 -
CMYK 0.63 0.90 0 0.26
HSL 258.35º 0.83% 0.4% -
HSV(B) 258.35º 0.9% 0.74% -
XYZ 11.82 5.37 47.99 -
YUV 52.93 204.23 140.18 -
System Red Green Blue C M Y K H S L
Decimal 70 18 188 0.63 0.90 0 0.26 258.35 0.83 0.4
Hex 46 12 BC 3F 5A 0 1A 102 53 28
Octal 106 22 274 77 132 0 32 402 123 50
Binary 1000110 10010 10111100 111111 1011010 0 11010 100000010 1010011 101000

Color Harmonies of #4612BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4612BC

Black with #4612BC

Text Example


Text Example

White with #4612BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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