Html Css Color HEX #461ACE Purple Heart

📋 copy color: '#461ACE'

red 70 ◦ green 26 ◦ blue 206

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

Shades of Purple Heart #461ACE

Tints of Purple Heart #461ACE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.61%

 BLUE value IS 206 (80.86% from 255) = 68.21%

R = 23.18%
G = 8.61%
B = 68.21%

CMYK

 C value IS 0.66

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#461ACE (or 0x461ACE) is known color: Purple Heart. HEX triplet: 46, 1A and CE. RGB value is (70,26,206). Sum of RGB (Red+Green+Blue) = 70+26+206=302 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.18% from 302); Green value is 26 (10.55% from 255 or 8.61% from 302); Blue value is 206 (80.86% from 255 or 68.21% from 302); Max value from RGB is 206 - color contains mainly: blue. Hex color #461ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461ACE is #B9E531. Grayscale: #3B3B3B. Windows color (decimal): -12182834 or 13507142. OLE color: 13507142.

HSL color Cylindrical-coordinate representation of color #461ACE: hue angle of 254.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #461ACE is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 70 26 206 -
CMYK 0.66 0.87 0 0.19
HSL 254.67º 0.78% 0.45% -
HSV(B) 254.67º 0.87% 0.81% -
XYZ 14.04 6.5 58.91 -
YUV 59.68 210.58 135.36 -
System Red Green Blue C M Y K H S L
Decimal 70 26 206 0.66 0.87 0 0.19 254.67 0.78 0.45
Hex 46 1A CE 42 57 0 13 FF 4E 2D
Octal 106 32 316 102 127 0 23 377 116 55
Binary 1000110 11010 11001110 1000010 1010111 0 10011 11111111 1001110 101101

Color Harmonies of #461ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461ACE

Black with #461ACE

Text Example


Text Example

White with #461ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461ACE; }

 p { color: rgb(70,26,206); }

 H1.HeaderClassName
 {
   color: #461ACE;
 }
 .AnyTagClassName
 {
   color: #461ACE;
 }
</style>

background-color css

<style>
 a { background-color: #461ACE; }

 a { background-color: rgb(70,26,206); }

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

border-color css

<style>
 span { border-color: #461ACE; }

 span { border-color: rgb(70,26,206); }

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