Html Css Color HEX #461BCC Purple Heart

📋 copy color: '#461BCC'

red 70 ◦ green 27 ◦ blue 204

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

Shades of Purple Heart #461BCC

Tints of Purple Heart #461BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 67.77%

R = 23.26%
G = 8.97%
B = 67.77%

CMYK

 C value IS 0.66

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#461BCC (or 0x461BCC) is known color: Purple Heart. HEX triplet: 46, 1B and CC. RGB value is (70,27,204). Sum of RGB (Red+Green+Blue) = 70+27+204=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 27 (10.94% from 255 or 8.97% from 301); Blue value is 204 (80.08% from 255 or 67.77% from 301); Max value from RGB is 204 - color contains mainly: blue. Hex color #461BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461BCC is #B9E433. Grayscale: #3B3B3B. Windows color (decimal): -12182580 or 13376326. OLE color: 13376326.

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

Color convert

RGB 70 27 204 -
CMYK 0.66 0.87 0 0.2
HSL 254.58º 0.77% 0.45% -
HSV(B) 254.58º 0.87% 0.8% -
XYZ 13.82 6.45 57.64 -
YUV 60.04 209.25 135.11 -
System Red Green Blue C M Y K H S L
Decimal 70 27 204 0.66 0.87 0 0.2 254.58 0.77 0.45
Hex 46 1B CC 42 57 0 14 FF 4D 2D
Octal 106 33 314 102 127 0 24 377 115 55
Binary 1000110 11011 11001100 1000010 1010111 0 10100 11111111 1001101 101101

Color Harmonies of #461BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461BCC

Black with #461BCC

Text Example


Text Example

White with #461BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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