Html Css Color HEX #6A2EDA Purple Heart

📋 copy color: '#6A2EDA'

red 106 ◦ green 46 ◦ blue 218

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

Shades of Purple Heart #6A2EDA

Tints of Purple Heart #6A2EDA

RGB

 RED value IS 106 (41.8% from 255) = 28.65%

 GREEN value IS 46 (18.36% from 255) = 12.43%

 BLUE value IS 218 (85.55% from 255) = 58.92%

R = 28.65%
G = 12.43%
B = 58.92%

CMYK

 C value IS 0.51

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6A2EDA (or 0x6A2EDA) is known color: Purple Heart. HEX triplet: 6A, 2E and DA. RGB value is (106,46,218). Sum of RGB (Red+Green+Blue) = 106+46+218=370 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.65% from 370); Green value is 46 (18.36% from 255 or 12.43% from 370); Blue value is 218 (85.55% from 255 or 58.92% from 370); Max value from RGB is 218 - color contains mainly: blue. Hex color #6A2EDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A2EDA is #95D125. Grayscale: #525252. Windows color (decimal): -9818406 or 14298730. OLE color: 14298730.

HSL color Cylindrical-coordinate representation of color #6A2EDA: hue angle of 260.93º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6A2EDA is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 106 46 218 -
CMYK 0.51 0.79 0 0.15
HSL 260.93º 0.7% 0.52% -
HSV(B) 260.93º 0.79% 0.85% -
XYZ 19.58 10.08 67.24 -
YUV 83.55 203.88 144.01 -
System Red Green Blue C M Y K H S L
Decimal 106 46 218 0.51 0.79 0 0.15 260.93 0.7 0.52
Hex 6A 2E DA 33 4F 0 F 105 46 34
Octal 152 56 332 63 117 0 17 405 106 64
Binary 1101010 101110 11011010 110011 1001111 0 1111 100000101 1000110 110100

Color Harmonies of #6A2EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2EDA

Black with #6A2EDA

Text Example


Text Example

White with #6A2EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A2EDA; }

 p { color: rgb(106,46,218); }

 H1.HeaderClassName
 {
   color: #6A2EDA;
 }
 .AnyTagClassName
 {
   color: #6A2EDA;
 }
</style>

background-color css

<style>
 a { background-color: #6A2EDA; }

 a { background-color: rgb(106,46,218); }

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

border-color css

<style>
 span { border-color: #6A2EDA; }

 span { border-color: rgb(106,46,218); }

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