Html Css Color HEX #461CBF Purple Heart

📋 copy color: '#461CBF'

red 70 ◦ green 28 ◦ blue 191

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

Shades of Purple Heart #461CBF

Tints of Purple Heart #461CBF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.69%

 BLUE value IS 191 (75% from 255) = 66.09%

R = 24.22%
G = 9.69%
B = 66.09%

CMYK

 C value IS 0.63

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#461CBF (or 0x461CBF) is known color: Purple Heart. HEX triplet: 46, 1C and BF. RGB value is (70,28,191). Sum of RGB (Red+Green+Blue) = 70+28+191=289 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.22% from 289); Green value is 28 (11.33% from 255 or 9.69% from 289); Blue value is 191 (75% from 255 or 66.09% from 289); Max value from RGB is 191 - color contains mainly: blue. Hex color #461CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461CBF is #B9E340. Grayscale: #3A3A3A. Windows color (decimal): -12182337 or 12524614. OLE color: 12524614.

HSL color Cylindrical-coordinate representation of color #461CBF: hue angle of 255.46º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #461CBF is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 70 28 191 -
CMYK 0.63 0.85 0 0.25
HSL 255.46º 0.74% 0.43% -
HSV(B) 255.46º 0.85% 0.75% -
XYZ 12.35 5.89 49.78 -
YUV 59.14 202.41 135.75 -
System Red Green Blue C M Y K H S L
Decimal 70 28 191 0.63 0.85 0 0.25 255.46 0.74 0.43
Hex 46 1C BF 3F 55 0 19 FF 4A 2B
Octal 106 34 277 77 125 0 31 377 112 53
Binary 1000110 11100 10111111 111111 1010101 0 11001 11111111 1001010 101011

Color Harmonies of #461CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461CBF

Black with #461CBF

Text Example


Text Example

White with #461CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,28,191); }

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

background-color css

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

 a { background-color: rgb(70,28,191); }

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

border-color css

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

 span { border-color: rgb(70,28,191); }

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