Html Css Color HEX #462BC9 Purple Heart

📋 copy color: '#462BC9'

red 70 ◦ green 43 ◦ blue 201

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

Shades of Purple Heart #462BC9

Tints of Purple Heart #462BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 64.01%

R = 22.29%
G = 13.69%
B = 64.01%

CMYK

 C value IS 0.65

 M value IS 0.79

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#462BC9 (or 0x462BC9) is known color: Purple Heart. HEX triplet: 46, 2B and C9. RGB value is (70,43,201). Sum of RGB (Red+Green+Blue) = 70+43+201=314 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.29% from 314); Green value is 43 (17.19% from 255 or 13.69% from 314); Blue value is 201 (78.91% from 255 or 64.01% from 314); Max value from RGB is 201 - color contains mainly: blue. Hex color #462BC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462BC9 is #B9D436. Grayscale: #444444. Windows color (decimal): -12178487 or 13183814. OLE color: 13183814.

HSL color Cylindrical-coordinate representation of color #462BC9: hue angle of 250.25º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #462BC9 is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 70 43 201 -
CMYK 0.65 0.79 0 0.21
HSL 250.25º 0.65% 0.48% -
HSV(B) 250.25º 0.79% 0.79% -
XYZ 13.93 7.25 55.92 -
YUV 69.09 202.45 128.65 -
System Red Green Blue C M Y K H S L
Decimal 70 43 201 0.65 0.79 0 0.21 250.25 0.65 0.48
Hex 46 2B C9 41 4F 0 15 FA 41 30
Octal 106 53 311 101 117 0 25 372 101 60
Binary 1000110 101011 11001001 1000001 1001111 0 10101 11111010 1000001 110000

Color Harmonies of #462BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462BC9

Black with #462BC9

Text Example


Text Example

White with #462BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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