Html Css Color HEX #460CBA Purple Heart

📋 copy color: '#460CBA'

red 70 ◦ green 12 ◦ blue 186

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

Shades of Purple Heart #460CBA

Tints of Purple Heart #460CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 69.4%

R = 26.12%
G = 4.48%
B = 69.4%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#460CBA (or 0x460CBA) is known color: Purple Heart. HEX triplet: 46, 0C and BA. RGB value is (70,12,186). Sum of RGB (Red+Green+Blue) = 70+12+186=268 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.12% from 268); Green value is 12 (5.08% from 255 or 4.48% from 268); Blue value is 186 (73.05% from 255 or 69.40% from 268); Max value from RGB is 186 - color contains mainly: blue. Hex color #460CBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460CBA is #B9F345. Grayscale: #303030. Windows color (decimal): -12186438 or 12192838. OLE color: 12192838.

HSL color Cylindrical-coordinate representation of color #460CBA: hue angle of 260º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460CBA is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 70 12 186 -
CMYK 0.62 0.94 0 0.27
HSL 260º 0.88% 0.39% -
HSV(B) 260º 0.94% 0.73% -
XYZ 11.52 5.11 46.83 -
YUV 49.18 205.22 142.85 -
System Red Green Blue C M Y K H S L
Decimal 70 12 186 0.62 0.94 0 0.27 260 0.88 0.39
Hex 46 C BA 3E 5E 0 1B 104 58 27
Octal 106 14 272 76 136 0 33 404 130 47
Binary 1000110 1100 10111010 111110 1011110 0 11011 100000100 1011000 100111

Color Harmonies of #460CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460CBA

Black with #460CBA

Text Example


Text Example

White with #460CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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