Html Css Color HEX #461CBD Purple Heart

📋 copy color: '#461CBD'

red 70 ◦ green 28 ◦ blue 189

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

Shades of Purple Heart #461CBD

Tints of Purple Heart #461CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 65.85%

R = 24.39%
G = 9.76%
B = 65.85%

CMYK

 C value IS 0.63

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#461CBD (or 0x461CBD) is known color: Purple Heart. HEX triplet: 46, 1C and BD. RGB value is (70,28,189). Sum of RGB (Red+Green+Blue) = 70+28+189=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 28 (11.33% from 255 or 9.76% from 287); Blue value is 189 (74.22% from 255 or 65.85% from 287); Max value from RGB is 189 - color contains mainly: blue. Hex color #461CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461CBD is #B9E342. Grayscale: #3A3A3A. Windows color (decimal): -12182339 or 12393542. OLE color: 12393542.

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

Color convert

RGB 70 28 189 -
CMYK 0.63 0.85 0 0.26
HSL 255.65º 0.74% 0.43% -
HSV(B) 255.65º 0.85% 0.74% -
XYZ 12.13 5.81 48.63 -
YUV 58.91 201.41 135.91 -
System Red Green Blue C M Y K H S L
Decimal 70 28 189 0.63 0.85 0 0.26 255.65 0.74 0.43
Hex 46 1C BD 3F 55 0 1A 100 4A 2B
Octal 106 34 275 77 125 0 32 400 112 53
Binary 1000110 11100 10111101 111111 1010101 0 11010 100000000 1001010 101011

Color Harmonies of #461CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461CBD

Black with #461CBD

Text Example


Text Example

White with #461CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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