Html Css Color HEX #462CBE Purple Heart

📋 copy color: '#462CBE'

red 70 ◦ green 44 ◦ blue 190

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

Shades of Purple Heart #462CBE

Tints of Purple Heart #462CBE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.47%

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

R = 23.03%
G = 14.47%
B = 62.5%

CMYK

 C value IS 0.63

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#462CBE (or 0x462CBE) is known color: Purple Heart. HEX triplet: 46, 2C and BE. RGB value is (70,44,190). Sum of RGB (Red+Green+Blue) = 70+44+190=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 44 (17.58% from 255 or 14.47% from 304); Blue value is 190 (74.61% from 255 or 62.5% from 304); Max value from RGB is 190 - color contains mainly: blue. Hex color #462CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462CBE is #B9D341. Grayscale: #434343. Windows color (decimal): -12178242 or 12463174. OLE color: 12463174.

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

Color convert

RGB 70 44 190 -
CMYK 0.63 0.77 0 0.25
HSL 250.68º 0.62% 0.46% -
HSV(B) 250.68º 0.77% 0.75% -
XYZ 12.72 6.82 49.36 -
YUV 68.42 196.61 129.13 -
System Red Green Blue C M Y K H S L
Decimal 70 44 190 0.63 0.77 0 0.25 250.68 0.62 0.46
Hex 46 2C BE 3F 4D 0 19 FB 3E 2E
Octal 106 54 276 77 115 0 31 373 76 56
Binary 1000110 101100 10111110 111111 1001101 0 11001 11111011 111110 101110

Color Harmonies of #462CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462CBE

Black with #462CBE

Text Example


Text Example

White with #462CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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