Html Css Color HEX #6A3ADB Purple Heart

📋 copy color: '#6A3ADB'

red 106 ◦ green 58 ◦ blue 219

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

Shades of Purple Heart #6A3ADB

Tints of Purple Heart #6A3ADB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.14%

 BLUE value IS 219 (85.94% from 255) = 57.18%

R = 27.68%
G = 15.14%
B = 57.18%

CMYK

 C value IS 0.52

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6A3ADB (or 0x6A3ADB) is known color: Purple Heart. HEX triplet: 6A, 3A and DB. RGB value is (106,58,219). Sum of RGB (Red+Green+Blue) = 106+58+219=383 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.68% from 383); Green value is 58 (23.05% from 255 or 15.14% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #6A3ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A3ADB is #95C524. Grayscale: #5A5A5A. Windows color (decimal): -9815333 or 14367338. OLE color: 14367338.

HSL color Cylindrical-coordinate representation of color #6A3ADB: hue angle of 257.89º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6A3ADB is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 106 58 219 -
CMYK 0.52 0.74 0 0.14
HSL 257.89º 0.69% 0.54% -
HSV(B) 257.89º 0.74% 0.86% -
XYZ 20.24 11.2 68.11 -
YUV 90.71 200.4 138.91 -
System Red Green Blue C M Y K H S L
Decimal 106 58 219 0.52 0.74 0 0.14 257.89 0.69 0.54
Hex 6A 3A DB 34 4A 0 E 102 45 36
Octal 152 72 333 64 112 0 16 402 105 66
Binary 1101010 111010 11011011 110100 1001010 0 1110 100000010 1000101 110110

Color Harmonies of #6A3ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3ADB

Black with #6A3ADB

Text Example


Text Example

White with #6A3ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,58,219); }

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

background-color css

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

 a { background-color: rgb(106,58,219); }

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

border-color css

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

 span { border-color: rgb(106,58,219); }

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