Html Css Color HEX #461BCE Purple Heart

📋 copy color: '#461BCE'

red 70 ◦ green 27 ◦ blue 206

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

Shades of Purple Heart #461BCE

Tints of Purple Heart #461BCE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.91%

 BLUE value IS 206 (80.86% from 255) = 67.99%

R = 23.1%
G = 8.91%
B = 67.99%

CMYK

 C value IS 0.66

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#461BCE (or 0x461BCE) is known color: Purple Heart. HEX triplet: 46, 1B and CE. RGB value is (70,27,206). Sum of RGB (Red+Green+Blue) = 70+27+206=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 27 (10.94% from 255 or 8.91% from 303); Blue value is 206 (80.86% from 255 or 67.99% from 303); Max value from RGB is 206 - color contains mainly: blue. Hex color #461BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461BCE is #B9E431. Grayscale: #3B3B3B. Windows color (decimal): -12182578 or 13507398. OLE color: 13507398.

HSL color Cylindrical-coordinate representation of color #461BCE: hue angle of 254.41º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #461BCE is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 70 27 206 -
CMYK 0.66 0.87 0 0.19
HSL 254.41º 0.77% 0.46% -
HSV(B) 254.41º 0.87% 0.81% -
XYZ 14.06 6.54 58.91 -
YUV 60.26 210.25 134.95 -
System Red Green Blue C M Y K H S L
Decimal 70 27 206 0.66 0.87 0 0.19 254.41 0.77 0.46
Hex 46 1B CE 42 57 0 13 FE 4D 2E
Octal 106 33 316 102 127 0 23 376 115 56
Binary 1000110 11011 11001110 1000010 1010111 0 10011 11111110 1001101 101110

Color Harmonies of #461BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461BCE

Black with #461BCE

Text Example


Text Example

White with #461BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,27,206); }

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

background-color css

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

 a { background-color: rgb(70,27,206); }

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

border-color css

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

 span { border-color: rgb(70,27,206); }

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