Html Css Color HEX #6925AB Purple Heart

📋 copy color: '#6925AB'

red 105 ◦ green 37 ◦ blue 171

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

Shades of Purple Heart #6925AB

Tints of Purple Heart #6925AB

RGB

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

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

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

R = 33.55%
G = 11.82%
B = 54.63%

CMYK

 C value IS 0.39

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6925AB (or 0x6925AB) is known color: Purple Heart. HEX triplet: 69, 25 and AB. RGB value is (105,37,171). Sum of RGB (Red+Green+Blue) = 105+37+171=313 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.55% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #6925AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6925AB is #96DA54. Grayscale: #484848. Windows color (decimal): -9886293 or 11216233. OLE color: 11216233.

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

Color convert

RGB 105 37 171 -
CMYK 0.39 0.78 0 0.33
HSL 270.45º 0.64% 0.41% -
HSV(B) 270.45º 0.78% 0.67% -
XYZ 13.84 7.27 39.2 -
YUV 72.61 183.53 151.1 -
System Red Green Blue C M Y K H S L
Decimal 105 37 171 0.39 0.78 0 0.33 270.45 0.64 0.41
Hex 69 25 AB 27 4E 0 21 10E 40 29
Octal 151 45 253 47 116 0 41 416 100 51
Binary 1101001 100101 10101011 100111 1001110 0 100001 100001110 1000000 101001

Color Harmonies of #6925AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6925AB

Black with #6925AB

Text Example


Text Example

White with #6925AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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