Html Css Color HEX #461FB8 Purple Heart

📋 copy color: '#461FB8'

red 70 ◦ green 31 ◦ blue 184

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

Shades of Purple Heart #461FB8

Tints of Purple Heart #461FB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 64.56%

R = 24.56%
G = 10.88%
B = 64.56%

CMYK

 C value IS 0.62

 M value IS 0.83

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#461FB8 (or 0x461FB8) is known color: Purple Heart. HEX triplet: 46, 1F and B8. RGB value is (70,31,184). Sum of RGB (Red+Green+Blue) = 70+31+184=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 31 (12.5% from 255 or 10.88% from 285); Blue value is 184 (72.27% from 255 or 64.56% from 285); Max value from RGB is 184 - color contains mainly: blue. Hex color #461FB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461FB8 is #B9E047. Grayscale: #3B3B3B. Windows color (decimal): -12181576 or 12066630. OLE color: 12066630.

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

Color convert

RGB 70 31 184 -
CMYK 0.62 0.83 0 0.28
HSL 255.29º 0.71% 0.42% -
HSV(B) 255.29º 0.83% 0.72% -
XYZ 11.67 5.74 45.84 -
YUV 60.1 197.92 135.06 -
System Red Green Blue C M Y K H S L
Decimal 70 31 184 0.62 0.83 0 0.28 255.29 0.71 0.42
Hex 46 1F B8 3E 53 0 1C FF 47 2A
Octal 106 37 270 76 123 0 34 377 107 52
Binary 1000110 11111 10111000 111110 1010011 0 11100 11111111 1000111 101010

Color Harmonies of #461FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461FB8

Black with #461FB8

Text Example


Text Example

White with #461FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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