Html Css Color HEX #460CC4 Purple Heart

📋 copy color: '#460CC4'

red 70 ◦ green 12 ◦ blue 196

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

Shades of Purple Heart #460CC4

Tints of Purple Heart #460CC4

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.32%

 BLUE value IS 196 (76.95% from 255) = 70.5%

R = 25.18%
G = 4.32%
B = 70.5%

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

#460CC4 (or 0x460CC4) is known color: Purple Heart. HEX triplet: 46, 0C and C4. RGB value is (70,12,196). Sum of RGB (Red+Green+Blue) = 70+12+196=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 12 (5.08% from 255 or 4.32% from 278); Blue value is 196 (76.95% from 255 or 70.50% from 278); Max value from RGB is 196 - color contains mainly: blue. Hex color #460CC4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460CC4 is #B9F33B. Grayscale: #313131. Windows color (decimal): -12186428 or 12848198. OLE color: 12848198.

HSL color Cylindrical-coordinate representation of color #460CC4: hue angle of 258.91º degrees, saturation: 0.88, 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 #460CC4 is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 70 12 196 -
CMYK 0.64 0.94 0 0.23
HSL 258.91º 0.88% 0.41% -
HSV(B) 258.91º 0.94% 0.77% -
XYZ 12.62 5.55 52.63 -
YUV 50.32 210.22 142.04 -
System Red Green Blue C M Y K H S L
Decimal 70 12 196 0.64 0.94 0 0.23 258.91 0.88 0.41
Hex 46 C C4 40 5E 0 17 103 58 29
Octal 106 14 304 100 136 0 27 403 130 51
Binary 1000110 1100 11000100 1000000 1011110 0 10111 100000011 1011000 101001

Color Harmonies of #460CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460CC4

Black with #460CC4

Text Example


Text Example

White with #460CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,12,196); }

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

background-color css

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

 a { background-color: rgb(70,12,196); }

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

border-color css

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

 span { border-color: rgb(70,12,196); }

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