Html Css Color HEX #460ABC Purple Heart

📋 copy color: '#460ABC'

red 70 ◦ green 10 ◦ blue 188

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

Shades of Purple Heart #460ABC

Tints of Purple Heart #460ABC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.73%

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

R = 26.12%
G = 3.73%
B = 70.15%

CMYK

 C value IS 0.63

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#460ABC (or 0x460ABC) is known color: Purple Heart. HEX triplet: 46, 0A and BC. RGB value is (70,10,188). Sum of RGB (Red+Green+Blue) = 70+10+188=268 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.12% from 268); Green value is 10 (4.30% from 255 or 3.73% from 268); Blue value is 188 (73.83% from 255 or 70.15% from 268); Max value from RGB is 188 - color contains mainly: blue. Hex color #460ABC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460ABC is #B9F543. Grayscale: #2F2F2F. Windows color (decimal): -12186948 or 12323398. OLE color: 12323398.

HSL color Cylindrical-coordinate representation of color #460ABC: hue angle of 260.22º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #460ABC is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 70 10 188 -
CMYK 0.63 0.95 0 0.26
HSL 260.22º 0.9% 0.39% -
HSV(B) 260.22º 0.95% 0.74% -
XYZ 11.71 5.15 47.95 -
YUV 48.23 206.88 143.53 -
System Red Green Blue C M Y K H S L
Decimal 70 10 188 0.63 0.95 0 0.26 260.22 0.9 0.39
Hex 46 A BC 3F 5F 0 1A 104 5A 27
Octal 106 12 274 77 137 0 32 404 132 47
Binary 1000110 1010 10111100 111111 1011111 0 11010 100000100 1011010 100111

Color Harmonies of #460ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460ABC

Black with #460ABC

Text Example


Text Example

White with #460ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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