Html Css Color HEX #461EBA Purple Heart

📋 copy color: '#461EBA'

red 70 ◦ green 30 ◦ blue 186

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

Shades of Purple Heart #461EBA

Tints of Purple Heart #461EBA

RGB

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

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

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

R = 24.48%
G = 10.49%
B = 65.03%

CMYK

 C value IS 0.62

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#461EBA (or 0x461EBA) is known color: Purple Heart. HEX triplet: 46, 1E and BA. RGB value is (70,30,186). Sum of RGB (Red+Green+Blue) = 70+30+186=286 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.48% from 286); Green value is 30 (12.11% from 255 or 10.49% from 286); Blue value is 186 (73.05% from 255 or 65.03% from 286); Max value from RGB is 186 - color contains mainly: blue. Hex color #461EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461EBA is #B9E145. Grayscale: #3B3B3B. Windows color (decimal): -12181830 or 12197446. OLE color: 12197446.

HSL color Cylindrical-coordinate representation of color #461EBA: hue angle of 255.38º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #461EBA is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 70 30 186 -
CMYK 0.62 0.84 0 0.27
HSL 255.38º 0.72% 0.42% -
HSV(B) 255.38º 0.84% 0.73% -
XYZ 11.85 5.78 46.94 -
YUV 59.74 199.25 135.32 -
System Red Green Blue C M Y K H S L
Decimal 70 30 186 0.62 0.84 0 0.27 255.38 0.72 0.42
Hex 46 1E BA 3E 54 0 1B FF 48 2A
Octal 106 36 272 76 124 0 33 377 110 52
Binary 1000110 11110 10111010 111110 1010100 0 11011 11111111 1001000 101010

Color Harmonies of #461EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461EBA

Black with #461EBA

Text Example


Text Example

White with #461EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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