Html Css Color HEX #461DB3 Purple Heart

📋 copy color: '#461DB3'

red 70 ◦ green 29 ◦ blue 179

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

Shades of Purple Heart #461DB3

Tints of Purple Heart #461DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 64.39%

R = 25.18%
G = 10.43%
B = 64.39%

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

#461DB3 (or 0x461DB3) is known color: Purple Heart. HEX triplet: 46, 1D and B3. RGB value is (70,29,179). Sum of RGB (Red+Green+Blue) = 70+29+179=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 29 (11.72% from 255 or 10.43% from 278); Blue value is 179 (70.31% from 255 or 64.39% from 278); Max value from RGB is 179 - color contains mainly: blue. Hex color #461DB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461DB3 is #B9E24C. Grayscale: #393939. Windows color (decimal): -12182093 or 11738438. OLE color: 11738438.

HSL color Cylindrical-coordinate representation of color #461DB3: hue angle of 256.4º 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 #461DB3 is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 70 29 179 -
CMYK 0.61 0.84 0 0.30
HSL 256.4º 0.72% 0.41% -
HSV(B) 256.4º 0.84% 0.7% -
XYZ 11.1 5.44 43.11 -
YUV 58.36 196.08 136.3 -
System Red Green Blue C M Y K H S L
Decimal 70 29 179 0.61 0.84 0 0.30 256.4 0.72 0.41
Hex 46 1D B3 3D 54 0 1E 100 48 29
Octal 106 35 263 75 124 0 36 400 110 51
Binary 1000110 11101 10110011 111101 1010100 0 11110 100000000 1001000 101001

Color Harmonies of #461DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461DB3

Black with #461DB3

Text Example


Text Example

White with #461DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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