Html Css Color HEX #461ECB Purple Heart

📋 copy color: '#461ECB'

red 70 ◦ green 30 ◦ blue 203

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

Shades of Purple Heart #461ECB

Tints of Purple Heart #461ECB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.9%

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

R = 23.1%
G = 9.9%
B = 67%

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

#461ECB (or 0x461ECB) is known color: Purple Heart. HEX triplet: 46, 1E and CB. RGB value is (70,30,203). Sum of RGB (Red+Green+Blue) = 70+30+203=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 30 (12.11% from 255 or 9.90% from 303); Blue value is 203 (79.69% from 255 or 67.00% from 303); Max value from RGB is 203 - color contains mainly: blue. Hex color #461ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461ECB is #B9E134. Grayscale: #3D3D3D. Windows color (decimal): -12181813 or 13311558. OLE color: 13311558.

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

Color convert

RGB 70 30 203 -
CMYK 0.66 0.85 0 0.20
HSL 253.87º 0.74% 0.46% -
HSV(B) 253.87º 0.85% 0.8% -
XYZ 13.77 6.54 57.04 -
YUV 61.68 207.75 133.93 -
System Red Green Blue C M Y K H S L
Decimal 70 30 203 0.66 0.85 0 0.20 253.87 0.74 0.46
Hex 46 1E CB 42 55 0 14 FE 4A 2E
Octal 106 36 313 102 125 0 24 376 112 56
Binary 1000110 11110 11001011 1000010 1010101 0 10100 11111110 1001010 101110

Color Harmonies of #461ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461ECB

Black with #461ECB

Text Example


Text Example

White with #461ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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