Html Css Color HEX #461DB4 Purple Heart

📋 copy color: '#461DB4'

red 70 ◦ green 29 ◦ blue 180

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

Shades of Purple Heart #461DB4

Tints of Purple Heart #461DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 64.52%

R = 25.09%
G = 10.39%
B = 64.52%

CMYK

 C value IS 0.61

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#461DB4 (or 0x461DB4) is known color: Purple Heart. HEX triplet: 46, 1D and B4. RGB value is (70,29,180). Sum of RGB (Red+Green+Blue) = 70+29+180=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 29 (11.72% from 255 or 10.39% from 279); Blue value is 180 (70.70% from 255 or 64.52% from 279); Max value from RGB is 180 - color contains mainly: blue. Hex color #461DB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461DB4 is #B9E24B. Grayscale: #393939. Windows color (decimal): -12182092 or 11803974. OLE color: 11803974.

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

Color convert

RGB 70 29 180 -
CMYK 0.61 0.84 0 0.29
HSL 256.29º 0.72% 0.41% -
HSV(B) 256.29º 0.84% 0.71% -
XYZ 11.2 5.48 43.65 -
YUV 58.47 196.58 136.22 -
System Red Green Blue C M Y K H S L
Decimal 70 29 180 0.61 0.84 0 0.29 256.29 0.72 0.41
Hex 46 1D B4 3D 54 0 1D 100 48 29
Octal 106 35 264 75 124 0 35 400 110 51
Binary 1000110 11101 10110100 111101 1010100 0 11101 100000000 1001000 101001

Color Harmonies of #461DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461DB4

Black with #461DB4

Text Example


Text Example

White with #461DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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