Html Css Color HEX #461DCB Purple Heart

📋 copy color: '#461DCB'

red 70 ◦ green 29 ◦ blue 203

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

Shades of Purple Heart #461DCB

Tints of Purple Heart #461DCB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.6%

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

R = 23.18%
G = 9.6%
B = 67.22%

CMYK

 C value IS 0.66

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#461DCB (or 0x461DCB) is known color: Purple Heart. HEX triplet: 46, 1D and CB. RGB value is (70,29,203). Sum of RGB (Red+Green+Blue) = 70+29+203=302 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.18% from 302); Green value is 29 (11.72% from 255 or 9.60% from 302); Blue value is 203 (79.69% from 255 or 67.22% from 302); Max value from RGB is 203 - color contains mainly: blue. Hex color #461DCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461DCB is #B9E234. Grayscale: #3C3C3C. Windows color (decimal): -12182069 or 13311302. OLE color: 13311302.

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

Color convert

RGB 70 29 203 -
CMYK 0.66 0.86 0 0.20
HSL 254.14º 0.75% 0.45% -
HSV(B) 254.14º 0.86% 0.8% -
XYZ 13.74 6.49 57.03 -
YUV 61.1 208.08 134.35 -
System Red Green Blue C M Y K H S L
Decimal 70 29 203 0.66 0.86 0 0.20 254.14 0.75 0.45
Hex 46 1D CB 42 56 0 14 FE 4B 2D
Octal 106 35 313 102 126 0 24 376 113 55
Binary 1000110 11101 11001011 1000010 1010110 0 10100 11111110 1001011 101101

Color Harmonies of #461DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461DCB

Black with #461DCB

Text Example


Text Example

White with #461DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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