Html Css Color HEX #460BC5 Purple Heart

📋 copy color: '#460BC5'

red 70 ◦ green 11 ◦ blue 197

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

Shades of Purple Heart #460BC5

Tints of Purple Heart #460BC5

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.96%

 BLUE value IS 197 (77.34% from 255) = 70.86%

R = 25.18%
G = 3.96%
B = 70.86%

CMYK

 C value IS 0.64

 M value IS 0.94

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#460BC5 (or 0x460BC5) is known color: Purple Heart. HEX triplet: 46, 0B and C5. RGB value is (70,11,197). Sum of RGB (Red+Green+Blue) = 70+11+197=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 11 (4.69% from 255 or 3.96% from 278); Blue value is 197 (77.34% from 255 or 70.86% from 278); Max value from RGB is 197 - color contains mainly: blue. Hex color #460BC5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460BC5 is #B9F43A. Grayscale: #313131. Windows color (decimal): -12186683 or 12913478. OLE color: 12913478.

HSL color Cylindrical-coordinate representation of color #460BC5: hue angle of 259.03º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460BC5 is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 70 11 197 -
CMYK 0.64 0.94 0 0.23
HSL 259.03º 0.89% 0.41% -
HSV(B) 259.03º 0.94% 0.77% -
XYZ 12.72 5.57 53.23 -
YUV 49.85 211.05 142.38 -
System Red Green Blue C M Y K H S L
Decimal 70 11 197 0.64 0.94 0 0.23 259.03 0.89 0.41
Hex 46 B C5 40 5E 0 17 103 59 29
Octal 106 13 305 100 136 0 27 403 131 51
Binary 1000110 1011 11000101 1000000 1011110 0 10111 100000011 1011001 101001

Color Harmonies of #460BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460BC5

Black with #460BC5

Text Example


Text Example

White with #460BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460BC5; }

 p { color: rgb(70,11,197); }

 H1.HeaderClassName
 {
   color: #460BC5;
 }
 .AnyTagClassName
 {
   color: #460BC5;
 }
</style>

background-color css

<style>
 a { background-color: #460BC5; }

 a { background-color: rgb(70,11,197); }

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

border-color css

<style>
 span { border-color: #460BC5; }

 span { border-color: rgb(70,11,197); }

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