Html Css Color HEX #461CBB Purple Heart

📋 copy color: '#461CBB'

red 70 ◦ green 28 ◦ blue 187

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

Shades of Purple Heart #461CBB

Tints of Purple Heart #461CBB

RGB

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

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

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

R = 24.56%
G = 9.82%
B = 65.61%

CMYK

 C value IS 0.63

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#461CBB (or 0x461CBB) is known color: Purple Heart. HEX triplet: 46, 1C and BB. RGB value is (70,28,187). Sum of RGB (Red+Green+Blue) = 70+28+187=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 28 (11.33% from 255 or 9.82% from 285); Blue value is 187 (73.44% from 255 or 65.61% from 285); Max value from RGB is 187 - color contains mainly: blue. Hex color #461CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461CBB is #B9E344. Grayscale: #3A3A3A. Windows color (decimal): -12182341 or 12262470. OLE color: 12262470.

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

Color convert

RGB 70 28 187 -
CMYK 0.63 0.85 0 0.27
HSL 255.85º 0.74% 0.42% -
HSV(B) 255.85º 0.85% 0.73% -
XYZ 11.91 5.72 47.49 -
YUV 58.68 200.41 136.07 -
System Red Green Blue C M Y K H S L
Decimal 70 28 187 0.63 0.85 0 0.27 255.85 0.74 0.42
Hex 46 1C BB 3F 55 0 1B 100 4A 2A
Octal 106 34 273 77 125 0 33 400 112 52
Binary 1000110 11100 10111011 111111 1010101 0 11011 100000000 1001010 101010

Color Harmonies of #461CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461CBB

Black with #461CBB

Text Example


Text Example

White with #461CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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