Html Css Color HEX #6928AB Purple Heart

📋 copy color: '#6928AB'

red 105 ◦ green 40 ◦ blue 171

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

Shades of Purple Heart #6928AB

Tints of Purple Heart #6928AB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.66%

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

R = 33.23%
G = 12.66%
B = 54.11%

CMYK

 C value IS 0.39

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6928AB (or 0x6928AB) is known color: Purple Heart. HEX triplet: 69, 28 and AB. RGB value is (105,40,171). Sum of RGB (Red+Green+Blue) = 105+40+171=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #6928AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6928AB is #96D754. Grayscale: #494949. Windows color (decimal): -9885525 or 11217001. OLE color: 11217001.

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

Color convert

RGB 105 40 171 -
CMYK 0.39 0.77 0 0.33
HSL 269.77º 0.62% 0.41% -
HSV(B) 269.77º 0.77% 0.67% -
XYZ 13.94 7.46 39.23 -
YUV 74.37 182.53 149.85 -
System Red Green Blue C M Y K H S L
Decimal 105 40 171 0.39 0.77 0 0.33 269.77 0.62 0.41
Hex 69 28 AB 27 4D 0 21 10E 3E 29
Octal 151 50 253 47 115 0 41 416 76 51
Binary 1101001 101000 10101011 100111 1001101 0 100001 100001110 111110 101001

Color Harmonies of #6928AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6928AB

Black with #6928AB

Text Example


Text Example

White with #6928AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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