Html Css Color HEX #461BB4 Purple Heart

📋 copy color: '#461BB4'

red 70 ◦ green 27 ◦ blue 180

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

Shades of Purple Heart #461BB4

Tints of Purple Heart #461BB4

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.75%

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

R = 25.27%
G = 9.75%
B = 64.98%

CMYK

 C value IS 0.61

 M value IS 0.85

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#461BB4 (or 0x461BB4) is known color: Purple Heart. HEX triplet: 46, 1B and B4. RGB value is (70,27,180). Sum of RGB (Red+Green+Blue) = 70+27+180=277 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.27% from 277); Green value is 27 (10.94% from 255 or 9.75% from 277); Blue value is 180 (70.70% from 255 or 64.98% from 277); Max value from RGB is 180 - color contains mainly: blue. Hex color #461BB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461BB4 is #B9E44B. Grayscale: #383838. Windows color (decimal): -12182604 or 11803462. OLE color: 11803462.

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

Color convert

RGB 70 27 180 -
CMYK 0.61 0.85 0 0.29
HSL 256.86º 0.74% 0.41% -
HSV(B) 256.86º 0.85% 0.71% -
XYZ 11.16 5.38 43.63 -
YUV 57.3 197.25 137.06 -
System Red Green Blue C M Y K H S L
Decimal 70 27 180 0.61 0.85 0 0.29 256.86 0.74 0.41
Hex 46 1B B4 3D 55 0 1D 101 4A 29
Octal 106 33 264 75 125 0 35 401 112 51
Binary 1000110 11011 10110100 111101 1010101 0 11101 100000001 1001010 101001

Color Harmonies of #461BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461BB4

Black with #461BB4

Text Example


Text Example

White with #461BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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