Html Css Color HEX #461FCC Purple Heart

📋 copy color: '#461FCC'

red 70 ◦ green 31 ◦ blue 204

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

Shades of Purple Heart #461FCC

Tints of Purple Heart #461FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 66.89%

R = 22.95%
G = 10.16%
B = 66.89%

CMYK

 C value IS 0.66

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#461FCC (or 0x461FCC) is known color: Purple Heart. HEX triplet: 46, 1F and CC. RGB value is (70,31,204). Sum of RGB (Red+Green+Blue) = 70+31+204=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 31 (12.5% from 255 or 10.16% from 305); Blue value is 204 (80.08% from 255 or 66.89% from 305); Max value from RGB is 204 - color contains mainly: blue. Hex color #461FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461FCC is #B9E033. Grayscale: #3D3D3D. Windows color (decimal): -12181556 or 13377350. OLE color: 13377350.

HSL color Cylindrical-coordinate representation of color #461FCC: hue angle of 253.53º 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 #461FCC is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 70 31 204 -
CMYK 0.66 0.85 0 0.2
HSL 253.53º 0.74% 0.46% -
HSV(B) 253.53º 0.85% 0.8% -
XYZ 13.91 6.64 57.68 -
YUV 62.38 207.92 133.43 -
System Red Green Blue C M Y K H S L
Decimal 70 31 204 0.66 0.85 0 0.2 253.53 0.74 0.46
Hex 46 1F CC 42 55 0 14 FE 4A 2E
Octal 106 37 314 102 125 0 24 376 112 56
Binary 1000110 11111 11001100 1000010 1010101 0 10100 11111110 1001010 101110

Color Harmonies of #461FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461FCC

Black with #461FCC

Text Example


Text Example

White with #461FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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