Html Css Color HEX #6908AE Purple Heart

📋 copy color: '#6908AE'

red 105 ◦ green 8 ◦ blue 174

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

Shades of Purple Heart #6908AE

Tints of Purple Heart #6908AE

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.79%

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

R = 36.59%
G = 2.79%
B = 60.63%

CMYK

 C value IS 0.40

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6908AE (or 0x6908AE) is known color: Purple Heart. HEX triplet: 69, 08 and AE. RGB value is (105,8,174). Sum of RGB (Red+Green+Blue) = 105+8+174=287 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.59% from 287); Green value is 8 (3.52% from 255 or 2.79% from 287); Blue value is 174 (68.36% from 255 or 60.63% from 287); Max value from RGB is 174 - color contains mainly: blue. Hex color #6908AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6908AE is #96F751. Grayscale: #373737. Windows color (decimal): -9893714 or 11405417. OLE color: 11405417.

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

Color convert

RGB 105 8 174 -
CMYK 0.40 0.95 0 0.32
HSL 275.06º 0.91% 0.36% -
HSV(B) 275.06º 0.95% 0.68% -
XYZ 13.55 6.23 40.53 -
YUV 55.93 194.64 163 -
System Red Green Blue C M Y K H S L
Decimal 105 8 174 0.40 0.95 0 0.32 275.06 0.91 0.36
Hex 69 8 AE 28 5F 0 20 113 5B 24
Octal 151 10 256 50 137 0 40 423 133 44
Binary 1101001 1000 10101110 101000 1011111 0 100000 100010011 1011011 100100

Color Harmonies of #6908AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6908AE

Black with #6908AE

Text Example


Text Example

White with #6908AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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