Html Css Color HEX #6927AB Purple Heart

📋 copy color: '#6927AB'

red 105 ◦ green 39 ◦ blue 171

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

Shades of Purple Heart #6927AB

Tints of Purple Heart #6927AB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.38%

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

R = 33.33%
G = 12.38%
B = 54.29%

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

#6927AB (or 0x6927AB) is known color: Purple Heart. HEX triplet: 69, 27 and AB. RGB value is (105,39,171). Sum of RGB (Red+Green+Blue) = 105+39+171=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #6927AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6927AB is #96D854. Grayscale: #494949. Windows color (decimal): -9885781 or 11216745. OLE color: 11216745.

HSL color Cylindrical-coordinate representation of color #6927AB: hue angle of 270º degrees, saturation: 0.63, 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 #6927AB is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 39 171 -
CMYK 0.39 0.77 0 0.33
HSL 270º 0.63% 0.41% -
HSV(B) 270º 0.77% 0.67% -
XYZ 13.9 7.39 39.22 -
YUV 73.78 182.87 150.27 -
System Red Green Blue C M Y K H S L
Decimal 105 39 171 0.39 0.77 0 0.33 270 0.63 0.41
Hex 69 27 AB 27 4D 0 21 10E 3F 29
Octal 151 47 253 47 115 0 41 416 77 51
Binary 1101001 100111 10101011 100111 1001101 0 100001 100001110 111111 101001

Color Harmonies of #6927AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6927AB

Black with #6927AB

Text Example


Text Example

White with #6927AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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