Html Css Color HEX #6A26DB Purple Heart

📋 copy color: '#6A26DB'

red 106 ◦ green 38 ◦ blue 219

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

Shades of Purple Heart #6A26DB

Tints of Purple Heart #6A26DB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.47%

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

R = 29.2%
G = 10.47%
B = 60.33%

CMYK

 C value IS 0.52

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6A26DB (or 0x6A26DB) is known color: Purple Heart. HEX triplet: 6A, 26 and DB. RGB value is (106,38,219). Sum of RGB (Red+Green+Blue) = 106+38+219=363 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.20% from 363); Green value is 38 (15.23% from 255 or 10.47% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #6A26DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A26DB is #95D924. Grayscale: #4E4E4E. Windows color (decimal): -9820453 or 14362218. OLE color: 14362218.

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

Color convert

RGB 106 38 219 -
CMYK 0.52 0.83 0 0.14
HSL 262.54º 0.72% 0.5% -
HSV(B) 262.54º 0.83% 0.86% -
XYZ 19.42 9.56 67.84 -
YUV 78.97 207.03 147.28 -
System Red Green Blue C M Y K H S L
Decimal 106 38 219 0.52 0.83 0 0.14 262.54 0.72 0.5
Hex 6A 26 DB 34 53 0 E 107 48 32
Octal 152 46 333 64 123 0 16 407 110 62
Binary 1101010 100110 11011011 110100 1010011 0 1110 100000111 1001000 110010

Color Harmonies of #6A26DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A26DB

Black with #6A26DB

Text Example


Text Example

White with #6A26DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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