Html Css Color HEX #462DBE Purple Heart

📋 copy color: '#462DBE'

red 70 ◦ green 45 ◦ blue 190

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

Shades of Purple Heart #462DBE

Tints of Purple Heart #462DBE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.75%

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

R = 22.95%
G = 14.75%
B = 62.3%

CMYK

 C value IS 0.63

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#462DBE (or 0x462DBE) is known color: Purple Heart. HEX triplet: 46, 2D and BE. RGB value is (70,45,190). Sum of RGB (Red+Green+Blue) = 70+45+190=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 45 (17.97% from 255 or 14.75% from 305); Blue value is 190 (74.61% from 255 or 62.30% from 305); Max value from RGB is 190 - color contains mainly: blue. Hex color #462DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462DBE is #B9D241. Grayscale: #444444. Windows color (decimal): -12177986 or 12463430. OLE color: 12463430.

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

Color convert

RGB 70 45 190 -
CMYK 0.63 0.76 0 0.25
HSL 250.34º 0.62% 0.46% -
HSV(B) 250.34º 0.76% 0.75% -
XYZ 12.76 6.9 49.37 -
YUV 69.01 196.28 128.71 -
System Red Green Blue C M Y K H S L
Decimal 70 45 190 0.63 0.76 0 0.25 250.34 0.62 0.46
Hex 46 2D BE 3F 4C 0 19 FA 3E 2E
Octal 106 55 276 77 114 0 31 372 76 56
Binary 1000110 101101 10111110 111111 1001100 0 11001 11111010 111110 101110

Color Harmonies of #462DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462DBE

Black with #462DBE

Text Example


Text Example

White with #462DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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