Html Css Color HEX #461ABC Purple Heart

📋 copy color: '#461ABC'

red 70 ◦ green 26 ◦ blue 188

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

Shades of Purple Heart #461ABC

Tints of Purple Heart #461ABC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.15%

 BLUE value IS 188 (73.83% from 255) = 66.2%

R = 24.65%
G = 9.15%
B = 66.2%

CMYK

 C value IS 0.63

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#461ABC (or 0x461ABC) is known color: Purple Heart. HEX triplet: 46, 1A and BC. RGB value is (70,26,188). Sum of RGB (Red+Green+Blue) = 70+26+188=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 26 (10.55% from 255 or 9.15% from 284); Blue value is 188 (73.83% from 255 or 66.20% from 284); Max value from RGB is 188 - color contains mainly: blue. Hex color #461ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461ABC is #B9E543. Grayscale: #393939. Windows color (decimal): -12182852 or 12327494. OLE color: 12327494.

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

Color convert

RGB 70 26 188 -
CMYK 0.63 0.86 0 0.26
HSL 256.3º 0.76% 0.42% -
HSV(B) 256.3º 0.86% 0.74% -
XYZ 11.97 5.67 48.04 -
YUV 57.62 201.58 136.83 -
System Red Green Blue C M Y K H S L
Decimal 70 26 188 0.63 0.86 0 0.26 256.3 0.76 0.42
Hex 46 1A BC 3F 56 0 1A 100 4C 2A
Octal 106 32 274 77 126 0 32 400 114 52
Binary 1000110 11010 10111100 111111 1010110 0 11010 100000000 1001100 101010

Color Harmonies of #461ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461ABC

Black with #461ABC

Text Example


Text Example

White with #461ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,26,188); }

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

background-color css

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

 a { background-color: rgb(70,26,188); }

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

border-color css

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

 span { border-color: rgb(70,26,188); }

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