Html Css Color HEX #4610BE Purple Heart

📋 copy color: '#4610BE'

red 70 ◦ green 16 ◦ blue 190

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

Shades of Purple Heart #4610BE

Tints of Purple Heart #4610BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 68.84%

R = 25.36%
G = 5.8%
B = 68.84%

CMYK

 C value IS 0.63

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4610BE (or 0x4610BE) is known color: Purple Heart. HEX triplet: 46, 10 and BE. RGB value is (70,16,190). Sum of RGB (Red+Green+Blue) = 70+16+190=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 190 (74.61% from 255 or 68.84% from 276); Max value from RGB is 190 - color contains mainly: blue. Hex color #4610BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4610BE is #B9EF41. Grayscale: #333333. Windows color (decimal): -12185410 or 12456006. OLE color: 12456006.

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

Color convert

RGB 70 16 190 -
CMYK 0.63 0.92 0 0.25
HSL 258.62º 0.84% 0.4% -
HSV(B) 258.62º 0.92% 0.75% -
XYZ 12.01 5.39 49.12 -
YUV 51.98 205.89 140.85 -
System Red Green Blue C M Y K H S L
Decimal 70 16 190 0.63 0.92 0 0.25 258.62 0.84 0.4
Hex 46 10 BE 3F 5C 0 19 103 54 28
Octal 106 20 276 77 134 0 31 403 124 50
Binary 1000110 10000 10111110 111111 1011100 0 11001 100000011 1010100 101000

Color Harmonies of #4610BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4610BE

Black with #4610BE

Text Example


Text Example

White with #4610BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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