Html Css Color HEX #462FBA Purple Heart

📋 copy color: '#462FBA'

red 70 ◦ green 47 ◦ blue 186

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

Shades of Purple Heart #462FBA

Tints of Purple Heart #462FBA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.51%

 BLUE value IS 186 (73.05% from 255) = 61.39%

R = 23.1%
G = 15.51%
B = 61.39%

CMYK

 C value IS 0.62

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#462FBA (or 0x462FBA) is known color: Purple Heart. HEX triplet: 46, 2F and BA. RGB value is (70,47,186). Sum of RGB (Red+Green+Blue) = 70+47+186=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 47 (18.75% from 255 or 15.51% from 303); Blue value is 186 (73.05% from 255 or 61.39% from 303); Max value from RGB is 186 - color contains mainly: blue. Hex color #462FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462FBA is #B9D045. Grayscale: #454545. Windows color (decimal): -12177478 or 12201798. OLE color: 12201798.

HSL color Cylindrical-coordinate representation of color #462FBA: hue angle of 249.93º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #462FBA is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 70 47 186 -
CMYK 0.62 0.75 0 0.27
HSL 249.93º 0.6% 0.46% -
HSV(B) 249.93º 0.75% 0.73% -
XYZ 12.41 6.88 47.13 -
YUV 69.72 193.62 128.2 -
System Red Green Blue C M Y K H S L
Decimal 70 47 186 0.62 0.75 0 0.27 249.93 0.6 0.46
Hex 46 2F BA 3E 4B 0 1B FA 3C 2E
Octal 106 57 272 76 113 0 33 372 74 56
Binary 1000110 101111 10111010 111110 1001011 0 11011 11111010 111100 101110

Color Harmonies of #462FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462FBA

Black with #462FBA

Text Example


Text Example

White with #462FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,47,186); }

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

background-color css

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

 a { background-color: rgb(70,47,186); }

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

border-color css

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

 span { border-color: rgb(70,47,186); }

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