Html Css Color HEX #6925AA Purple Heart

📋 copy color: '#6925AA'

red 105 ◦ green 37 ◦ blue 170

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

Shades of Purple Heart #6925AA

Tints of Purple Heart #6925AA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.86%

 BLUE value IS 170 (66.8% from 255) = 54.49%

R = 33.65%
G = 11.86%
B = 54.49%

CMYK

 C value IS 0.38

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6925AA (or 0x6925AA) is known color: Purple Heart. HEX triplet: 69, 25 and AA. RGB value is (105,37,170). Sum of RGB (Red+Green+Blue) = 105+37+170=312 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.65% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 170 (66.80% from 255 or 54.49% from 312); Max value from RGB is 170 - color contains mainly: blue. Hex color #6925AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6925AA is #96DA55. Grayscale: #484848. Windows color (decimal): -9886294 or 11150697. OLE color: 11150697.

HSL color Cylindrical-coordinate representation of color #6925AA: hue angle of 270.68º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6925AA is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 37 170 -
CMYK 0.38 0.78 0 0.33
HSL 270.68º 0.64% 0.41% -
HSV(B) 270.68º 0.78% 0.67% -
XYZ 13.74 7.23 38.7 -
YUV 72.49 183.03 151.19 -
System Red Green Blue C M Y K H S L
Decimal 105 37 170 0.38 0.78 0 0.33 270.68 0.64 0.41
Hex 69 25 AA 26 4E 0 21 10F 40 29
Octal 151 45 252 46 116 0 41 417 100 51
Binary 1101001 100101 10101010 100110 1001110 0 100001 100001111 1000000 101001

Color Harmonies of #6925AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6925AA

Black with #6925AA

Text Example


Text Example

White with #6925AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6925AA; }

 p { color: rgb(105,37,170); }

 H1.HeaderClassName
 {
   color: #6925AA;
 }
 .AnyTagClassName
 {
   color: #6925AA;
 }
</style>

background-color css

<style>
 a { background-color: #6925AA; }

 a { background-color: rgb(105,37,170); }

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

border-color css

<style>
 span { border-color: #6925AA; }

 span { border-color: rgb(105,37,170); }

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