Html Css Color HEX #462EBC Purple Heart

📋 copy color: '#462EBC'

red 70 ◦ green 46 ◦ blue 188

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

Shades of Purple Heart #462EBC

Tints of Purple Heart #462EBC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.13%

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

R = 23.03%
G = 15.13%
B = 61.84%

CMYK

 C value IS 0.63

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#462EBC (or 0x462EBC) is known color: Purple Heart. HEX triplet: 46, 2E and BC. RGB value is (70,46,188). Sum of RGB (Red+Green+Blue) = 70+46+188=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 188 (73.83% from 255 or 61.84% from 304); Max value from RGB is 188 - color contains mainly: blue. Hex color #462EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462EBC is #B9D143. Grayscale: #444444. Windows color (decimal): -12177732 or 12332614. OLE color: 12332614.

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

Color convert

RGB 70 46 188 -
CMYK 0.63 0.76 0 0.26
HSL 250.14º 0.61% 0.46% -
HSV(B) 250.14º 0.76% 0.74% -
XYZ 12.58 6.89 48.24 -
YUV 69.36 194.95 128.45 -
System Red Green Blue C M Y K H S L
Decimal 70 46 188 0.63 0.76 0 0.26 250.14 0.61 0.46
Hex 46 2E BC 3F 4C 0 1A FA 3D 2E
Octal 106 56 274 77 114 0 32 372 75 56
Binary 1000110 101110 10111100 111111 1001100 0 11010 11111010 111101 101110

Color Harmonies of #462EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462EBC

Black with #462EBC

Text Example


Text Example

White with #462EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462EBC; }

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

 H1.HeaderClassName
 {
   color: #462EBC;
 }
 .AnyTagClassName
 {
   color: #462EBC;
 }
</style>

background-color css

<style>
 a { background-color: #462EBC; }

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

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

border-color css

<style>
 span { border-color: #462EBC; }

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

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