Html Css Color HEX #6924AE Purple Heart

📋 copy color: '#6924AE'

red 105 ◦ green 36 ◦ blue 174

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

Shades of Purple Heart #6924AE

Tints of Purple Heart #6924AE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.43%

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

R = 33.33%
G = 11.43%
B = 55.24%

CMYK

 C value IS 0.40

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6924AE (or 0x6924AE) is known color: Purple Heart. HEX triplet: 69, 24 and AE. RGB value is (105,36,174). Sum of RGB (Red+Green+Blue) = 105+36+174=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 174 (68.36% from 255 or 55.24% from 315); Max value from RGB is 174 - color contains mainly: blue. Hex color #6924AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6924AE is #96DB51. Grayscale: #474747. Windows color (decimal): -9886546 or 11412585. OLE color: 11412585.

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

Color convert

RGB 105 36 174 -
CMYK 0.40 0.79 0 0.32
HSL 270º 0.66% 0.41% -
HSV(B) 270º 0.79% 0.68% -
XYZ 14.1 7.32 40.71 -
YUV 72.36 185.36 151.28 -
System Red Green Blue C M Y K H S L
Decimal 105 36 174 0.40 0.79 0 0.32 270 0.66 0.41
Hex 69 24 AE 28 4F 0 20 10E 42 29
Octal 151 44 256 50 117 0 40 416 102 51
Binary 1101001 100100 10101110 101000 1001111 0 100000 100001110 1000010 101001

Color Harmonies of #6924AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6924AE

Black with #6924AE

Text Example


Text Example

White with #6924AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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