Html Css Color HEX #6926AE Purple Heart

📋 copy color: '#6926AE'

red 105 ◦ green 38 ◦ blue 174

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

Shades of Purple Heart #6926AE

Tints of Purple Heart #6926AE

RGB

 RED value IS 105 (41.41% from 255) = 33.12%

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

 BLUE value IS 174 (68.36% from 255) = 54.89%

R = 33.12%
G = 11.99%
B = 54.89%

CMYK

 C value IS 0.40

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6926AE (or 0x6926AE) is known color: Purple Heart. HEX triplet: 69, 26 and AE. RGB value is (105,38,174). Sum of RGB (Red+Green+Blue) = 105+38+174=317 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.12% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 174 (68.36% from 255 or 54.89% from 317); Max value from RGB is 174 - color contains mainly: blue. Hex color #6926AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6926AE is #96D951. Grayscale: #494949. Windows color (decimal): -9886034 or 11413097. OLE color: 11413097.

HSL color Cylindrical-coordinate representation of color #6926AE: hue angle of 269.56º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6926AE is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 105 38 174 -
CMYK 0.40 0.78 0 0.32
HSL 269.56º 0.64% 0.42% -
HSV(B) 269.56º 0.78% 0.68% -
XYZ 14.16 7.45 40.74 -
YUV 73.54 184.7 150.44 -
System Red Green Blue C M Y K H S L
Decimal 105 38 174 0.40 0.78 0 0.32 269.56 0.64 0.42
Hex 69 26 AE 28 4E 0 20 10E 40 2A
Octal 151 46 256 50 116 0 40 416 100 52
Binary 1101001 100110 10101110 101000 1001110 0 100000 100001110 1000000 101010

Color Harmonies of #6926AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6926AE

Black with #6926AE

Text Example


Text Example

White with #6926AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6926AE; }

 p { color: rgb(105,38,174); }

 H1.HeaderClassName
 {
   color: #6926AE;
 }
 .AnyTagClassName
 {
   color: #6926AE;
 }
</style>

background-color css

<style>
 a { background-color: #6926AE; }

 a { background-color: rgb(105,38,174); }

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

border-color css

<style>
 span { border-color: #6926AE; }

 span { border-color: rgb(105,38,174); }

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