Html Css Color HEX #462BC1 Purple Heart

📋 copy color: '#462BC1'

red 70 ◦ green 43 ◦ blue 193

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

Shades of Purple Heart #462BC1

Tints of Purple Heart #462BC1

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.05%

 BLUE value IS 193 (75.78% from 255) = 63.07%

R = 22.88%
G = 14.05%
B = 63.07%

CMYK

 C value IS 0.64

 M value IS 0.78

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#462BC1 (or 0x462BC1) is known color: Purple Heart. HEX triplet: 46, 2B and C1. RGB value is (70,43,193). Sum of RGB (Red+Green+Blue) = 70+43+193=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 43 (17.19% from 255 or 14.05% from 306); Blue value is 193 (75.78% from 255 or 63.07% from 306); Max value from RGB is 193 - color contains mainly: blue. Hex color #462BC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462BC1 is #B9D43E. Grayscale: #434343. Windows color (decimal): -12178495 or 12659526. OLE color: 12659526.

HSL color Cylindrical-coordinate representation of color #462BC1: hue angle of 250.8º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #462BC1 is Cyan = 0.64, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 70 43 193 -
CMYK 0.64 0.78 0 0.24
HSL 250.8º 0.64% 0.46% -
HSV(B) 250.8º 0.78% 0.76% -
XYZ 13.02 6.88 51.09 -
YUV 68.17 198.45 129.3 -
System Red Green Blue C M Y K H S L
Decimal 70 43 193 0.64 0.78 0 0.24 250.8 0.64 0.46
Hex 46 2B C1 40 4E 0 18 FB 40 2E
Octal 106 53 301 100 116 0 30 373 100 56
Binary 1000110 101011 11000001 1000000 1001110 0 11000 11111011 1000000 101110

Color Harmonies of #462BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462BC1

Black with #462BC1

Text Example


Text Example

White with #462BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,43,193); }

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

background-color css

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

 a { background-color: rgb(70,43,193); }

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

border-color css

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

 span { border-color: rgb(70,43,193); }

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