Html Css Color HEX #4610BC Purple Heart

📋 copy color: '#4610BC'

red 70 ◦ green 16 ◦ blue 188

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

Shades of Purple Heart #4610BC

Tints of Purple Heart #4610BC

RGB

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

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

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

R = 25.55%
G = 5.84%
B = 68.61%

CMYK

 C value IS 0.63

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4610BC (or 0x4610BC) is known color: Purple Heart. HEX triplet: 46, 10 and BC. RGB value is (70,16,188). Sum of RGB (Red+Green+Blue) = 70+16+188=274 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.55% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 188 (73.83% from 255 or 68.61% from 274); Max value from RGB is 188 - color contains mainly: blue. Hex color #4610BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4610BC is #B9EF43. Grayscale: #333333. Windows color (decimal): -12185412 or 12324934. OLE color: 12324934.

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

Color convert

RGB 70 16 188 -
CMYK 0.63 0.91 0 0.26
HSL 258.84º 0.84% 0.4% -
HSV(B) 258.84º 0.91% 0.74% -
XYZ 11.79 5.3 47.98 -
YUV 51.75 204.89 141.01 -
System Red Green Blue C M Y K H S L
Decimal 70 16 188 0.63 0.91 0 0.26 258.84 0.84 0.4
Hex 46 10 BC 3F 5B 0 1A 103 54 28
Octal 106 20 274 77 133 0 32 403 124 50
Binary 1000110 10000 10111100 111111 1011011 0 11010 100000011 1010100 101000

Color Harmonies of #4610BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4610BC

Black with #4610BC

Text Example


Text Example

White with #4610BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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