Html Css Color HEX #461BBB Purple Heart

📋 copy color: '#461BBB'

red 70 ◦ green 27 ◦ blue 187

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

Shades of Purple Heart #461BBB

Tints of Purple Heart #461BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 65.85%

R = 24.65%
G = 9.51%
B = 65.85%

CMYK

 C value IS 0.63

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#461BBB (or 0x461BBB) is known color: Purple Heart. HEX triplet: 46, 1B and BB. RGB value is (70,27,187). Sum of RGB (Red+Green+Blue) = 70+27+187=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 27 (10.94% from 255 or 9.51% from 284); Blue value is 187 (73.44% from 255 or 65.85% from 284); Max value from RGB is 187 - color contains mainly: blue. Hex color #461BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461BBB is #B9E444. Grayscale: #393939. Windows color (decimal): -12182597 or 12262214. OLE color: 12262214.

HSL color Cylindrical-coordinate representation of color #461BBB: hue angle of 256.12º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #461BBB is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 70 27 187 -
CMYK 0.63 0.86 0 0.27
HSL 256.13º 0.75% 0.42% -
HSV(B) 256.13º 0.86% 0.73% -
XYZ 11.89 5.67 47.48 -
YUV 58.1 200.75 136.49 -
System Red Green Blue C M Y K H S L
Decimal 70 27 187 0.63 0.86 0 0.27 256.13 0.75 0.42
Hex 46 1B BB 3F 56 0 1B 100 4B 2A
Octal 106 33 273 77 126 0 33 400 113 52
Binary 1000110 11011 10111011 111111 1010110 0 11011 100000000 1001011 101010

Color Harmonies of #461BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461BBB

Black with #461BBB

Text Example


Text Example

White with #461BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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