Html Css Color HEX #461DB2 Purple Heart

📋 copy color: '#461DB2'

red 70 ◦ green 29 ◦ blue 178

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

Shades of Purple Heart #461DB2

Tints of Purple Heart #461DB2

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.47%

 BLUE value IS 178 (69.92% from 255) = 64.26%

R = 25.27%
G = 10.47%
B = 64.26%

CMYK

 C value IS 0.61

 M value IS 0.84

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#461DB2 (or 0x461DB2) is known color: Purple Heart. HEX triplet: 46, 1D and B2. RGB value is (70,29,178). Sum of RGB (Red+Green+Blue) = 70+29+178=277 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.27% from 277); Green value is 29 (11.72% from 255 or 10.47% from 277); Blue value is 178 (69.92% from 255 or 64.26% from 277); Max value from RGB is 178 - color contains mainly: blue. Hex color #461DB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461DB2 is #B9E24D. Grayscale: #393939. Windows color (decimal): -12182094 or 11672902. OLE color: 11672902.

HSL color Cylindrical-coordinate representation of color #461DB2: hue angle of 256.51º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #461DB2 is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 70 29 178 -
CMYK 0.61 0.84 0 0.30
HSL 256.51º 0.72% 0.41% -
HSV(B) 256.51º 0.84% 0.7% -
XYZ 11 5.4 42.58 -
YUV 58.25 195.58 136.38 -
System Red Green Blue C M Y K H S L
Decimal 70 29 178 0.61 0.84 0 0.30 256.51 0.72 0.41
Hex 46 1D B2 3D 54 0 1E 101 48 29
Octal 106 35 262 75 124 0 36 401 110 51
Binary 1000110 11101 10110010 111101 1010100 0 11110 100000001 1001000 101001

Color Harmonies of #461DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461DB2

Black with #461DB2

Text Example


Text Example

White with #461DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,29,178); }

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

background-color css

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

 a { background-color: rgb(70,29,178); }

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

border-color css

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

 span { border-color: rgb(70,29,178); }

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