Html Css Color HEX #461FCD Purple Heart

📋 copy color: '#461FCD'

red 70 ◦ green 31 ◦ blue 205

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

Shades of Purple Heart #461FCD

Tints of Purple Heart #461FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 66.99%

R = 22.88%
G = 10.13%
B = 66.99%

CMYK

 C value IS 0.66

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#461FCD (or 0x461FCD) is known color: Purple Heart. HEX triplet: 46, 1F and CD. RGB value is (70,31,205). Sum of RGB (Red+Green+Blue) = 70+31+205=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 31 (12.5% from 255 or 10.13% from 306); Blue value is 205 (80.47% from 255 or 66.99% from 306); Max value from RGB is 205 - color contains mainly: blue. Hex color #461FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461FCD is #B9E032. Grayscale: #3D3D3D. Windows color (decimal): -12181555 or 13442886. OLE color: 13442886.

HSL color Cylindrical-coordinate representation of color #461FCD: hue angle of 253.45º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #461FCD is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 70 31 205 -
CMYK 0.66 0.85 0 0.20
HSL 253.45º 0.74% 0.46% -
HSV(B) 253.45º 0.85% 0.8% -
XYZ 14.04 6.69 58.31 -
YUV 62.5 208.42 133.35 -
System Red Green Blue C M Y K H S L
Decimal 70 31 205 0.66 0.85 0 0.20 253.45 0.74 0.46
Hex 46 1F CD 42 55 0 14 FD 4A 2E
Octal 106 37 315 102 125 0 24 375 112 56
Binary 1000110 11111 11001101 1000010 1010101 0 10100 11111101 1001010 101110

Color Harmonies of #461FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461FCD

Black with #461FCD

Text Example


Text Example

White with #461FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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