Html Css Color HEX #461EC9 Purple Heart

📋 copy color: '#461EC9'

red 70 ◦ green 30 ◦ blue 201

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

Shades of Purple Heart #461EC9

Tints of Purple Heart #461EC9

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.97%

 BLUE value IS 201 (78.91% from 255) = 66.78%

R = 23.26%
G = 9.97%
B = 66.78%

CMYK

 C value IS 0.65

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#461EC9 (or 0x461EC9) is known color: Purple Heart. HEX triplet: 46, 1E and C9. RGB value is (70,30,201). Sum of RGB (Red+Green+Blue) = 70+30+201=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 30 (12.11% from 255 or 9.97% from 301); Blue value is 201 (78.91% from 255 or 66.78% from 301); Max value from RGB is 201 - color contains mainly: blue. Hex color #461EC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461EC9 is #B9E136. Grayscale: #3C3C3C. Windows color (decimal): -12181815 or 13180486. OLE color: 13180486.

HSL color Cylindrical-coordinate representation of color #461EC9: hue angle of 254.04º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #461EC9 is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 70 30 201 -
CMYK 0.65 0.85 0 0.21
HSL 254.04º 0.74% 0.45% -
HSV(B) 254.04º 0.85% 0.79% -
XYZ 13.53 6.45 55.79 -
YUV 61.45 206.75 134.1 -
System Red Green Blue C M Y K H S L
Decimal 70 30 201 0.65 0.85 0 0.21 254.04 0.74 0.45
Hex 46 1E C9 41 55 0 15 FE 4A 2D
Octal 106 36 311 101 125 0 25 376 112 55
Binary 1000110 11110 11001001 1000001 1010101 0 10101 11111110 1001010 101101

Color Harmonies of #461EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461EC9

Black with #461EC9

Text Example


Text Example

White with #461EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,30,201); }

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

background-color css

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

 a { background-color: rgb(70,30,201); }

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

border-color css

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

 span { border-color: rgb(70,30,201); }

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