Html Css Color HEX #461FCB Purple Heart

📋 copy color: '#461FCB'

red 70 ◦ green 31 ◦ blue 203

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

Shades of Purple Heart #461FCB

Tints of Purple Heart #461FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 66.78%

R = 23.03%
G = 10.2%
B = 66.78%

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

#461FCB (or 0x461FCB) is known color: Purple Heart. HEX triplet: 46, 1F and CB. RGB value is (70,31,203). Sum of RGB (Red+Green+Blue) = 70+31+203=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 31 (12.5% from 255 or 10.20% from 304); Blue value is 203 (79.69% from 255 or 66.78% from 304); Max value from RGB is 203 - color contains mainly: blue. Hex color #461FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461FCB is #B9E034. Grayscale: #3D3D3D. Windows color (decimal): -12181557 or 13311814. OLE color: 13311814.

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

Color convert

RGB 70 31 203 -
CMYK 0.66 0.85 0 0.20
HSL 253.6º 0.74% 0.46% -
HSV(B) 253.6º 0.85% 0.8% -
XYZ 13.8 6.59 57.05 -
YUV 62.27 207.42 133.51 -
System Red Green Blue C M Y K H S L
Decimal 70 31 203 0.66 0.85 0 0.20 253.6 0.74 0.46
Hex 46 1F CB 42 55 0 14 FE 4A 2E
Octal 106 37 313 102 125 0 24 376 112 56
Binary 1000110 11111 11001011 1000010 1010101 0 10100 11111110 1001010 101110

Color Harmonies of #461FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461FCB

Black with #461FCB

Text Example


Text Example

White with #461FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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