Html Css Color HEX #461FCA Purple Heart

📋 copy color: '#461FCA'

red 70 ◦ green 31 ◦ blue 202

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

Shades of Purple Heart #461FCA

Tints of Purple Heart #461FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 66.67%

R = 23.1%
G = 10.23%
B = 66.67%

CMYK

 C value IS 0.65

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#461FCA (or 0x461FCA) is known color: Purple Heart. HEX triplet: 46, 1F and CA. RGB value is (70,31,202). Sum of RGB (Red+Green+Blue) = 70+31+202=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 31 (12.5% from 255 or 10.23% from 303); Blue value is 202 (79.30% from 255 or 66.67% from 303); Max value from RGB is 202 - color contains mainly: blue. Hex color #461FCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461FCA is #B9E035. Grayscale: #3D3D3D. Windows color (decimal): -12181558 or 13246278. OLE color: 13246278.

HSL color Cylindrical-coordinate representation of color #461FCA: hue angle of 253.68º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #461FCA is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 70 31 202 -
CMYK 0.65 0.85 0 0.21
HSL 253.68º 0.73% 0.46% -
HSV(B) 253.68º 0.85% 0.79% -
XYZ 13.68 6.55 56.42 -
YUV 62.16 206.92 133.6 -
System Red Green Blue C M Y K H S L
Decimal 70 31 202 0.65 0.85 0 0.21 253.68 0.73 0.46
Hex 46 1F CA 41 55 0 15 FE 49 2E
Octal 106 37 312 101 125 0 25 376 111 56
Binary 1000110 11111 11001010 1000001 1010101 0 10101 11111110 1001001 101110

Color Harmonies of #461FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461FCA

Black with #461FCA

Text Example


Text Example

White with #461FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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