Html Css Color HEX #6924AB Purple Heart

📋 copy color: '#6924AB'

red 105 ◦ green 36 ◦ blue 171

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

Shades of Purple Heart #6924AB

Tints of Purple Heart #6924AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 54.81%

R = 33.65%
G = 11.54%
B = 54.81%

CMYK

 C value IS 0.39

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6924AB (or 0x6924AB) is known color: Purple Heart. HEX triplet: 69, 24 and AB. RGB value is (105,36,171). Sum of RGB (Red+Green+Blue) = 105+36+171=312 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.65% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #6924AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6924AB is #96DB54. Grayscale: #474747. Windows color (decimal): -9886549 or 11215977. OLE color: 11215977.

HSL color Cylindrical-coordinate representation of color #6924AB: hue angle of 270.67º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6924AB is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 36 171 -
CMYK 0.39 0.79 0 0.33
HSL 270.67º 0.65% 0.41% -
HSV(B) 270.67º 0.79% 0.67% -
XYZ 13.81 7.21 39.19 -
YUV 72.02 183.86 151.52 -
System Red Green Blue C M Y K H S L
Decimal 105 36 171 0.39 0.79 0 0.33 270.67 0.65 0.41
Hex 69 24 AB 27 4F 0 21 10F 41 29
Octal 151 44 253 47 117 0 41 417 101 51
Binary 1101001 100100 10101011 100111 1001111 0 100001 100001111 1000001 101001

Color Harmonies of #6924AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6924AB

Black with #6924AB

Text Example


Text Example

White with #6924AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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