Html Css Color HEX #462FBE Purple Heart

📋 copy color: '#462FBE'

red 70 ◦ green 47 ◦ blue 190

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

Shades of Purple Heart #462FBE

Tints of Purple Heart #462FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 61.89%

R = 22.8%
G = 15.31%
B = 61.89%

CMYK

 C value IS 0.63

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#462FBE (or 0x462FBE) is known color: Purple Heart. HEX triplet: 46, 2F and BE. RGB value is (70,47,190). Sum of RGB (Red+Green+Blue) = 70+47+190=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 47 (18.75% from 255 or 15.31% from 307); Blue value is 190 (74.61% from 255 or 61.89% from 307); Max value from RGB is 190 - color contains mainly: blue. Hex color #462FBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462FBE is #B9D041. Grayscale: #454545. Windows color (decimal): -12177474 or 12463942. OLE color: 12463942.

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

Color convert

RGB 70 47 190 -
CMYK 0.63 0.75 0 0.25
HSL 249.65º 0.6% 0.46% -
HSV(B) 249.65º 0.75% 0.75% -
XYZ 12.84 7.05 49.4 -
YUV 70.18 195.62 127.87 -
System Red Green Blue C M Y K H S L
Decimal 70 47 190 0.63 0.75 0 0.25 249.65 0.6 0.46
Hex 46 2F BE 3F 4B 0 19 FA 3C 2E
Octal 106 57 276 77 113 0 31 372 74 56
Binary 1000110 101111 10111110 111111 1001011 0 11001 11111010 111100 101110

Color Harmonies of #462FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462FBE

Black with #462FBE

Text Example


Text Example

White with #462FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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