Html Css Color HEX #461FBA Purple Heart

📋 copy color: '#461FBA'

red 70 ◦ green 31 ◦ blue 186

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

Shades of Purple Heart #461FBA

Tints of Purple Heart #461FBA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.8%

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

R = 24.39%
G = 10.8%
B = 64.81%

CMYK

 C value IS 0.62

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#461FBA (or 0x461FBA) is known color: Purple Heart. HEX triplet: 46, 1F and BA. RGB value is (70,31,186). Sum of RGB (Red+Green+Blue) = 70+31+186=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 31 (12.5% from 255 or 10.80% from 287); Blue value is 186 (73.05% from 255 or 64.81% from 287); Max value from RGB is 186 - color contains mainly: blue. Hex color #461FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461FBA is #B9E045. Grayscale: #3B3B3B. Windows color (decimal): -12181574 or 12197702. OLE color: 12197702.

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

Color convert

RGB 70 31 186 -
CMYK 0.62 0.83 0 0.27
HSL 255.1º 0.71% 0.43% -
HSV(B) 255.1º 0.83% 0.73% -
XYZ 11.88 5.83 46.95 -
YUV 60.33 198.92 134.9 -
System Red Green Blue C M Y K H S L
Decimal 70 31 186 0.62 0.83 0 0.27 255.1 0.71 0.43
Hex 46 1F BA 3E 53 0 1B FF 47 2B
Octal 106 37 272 76 123 0 33 377 107 53
Binary 1000110 11111 10111010 111110 1010011 0 11011 11111111 1000111 101011

Color Harmonies of #461FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461FBA

Black with #461FBA

Text Example


Text Example

White with #461FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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