Html Css Color HEX #6626AD Purple Heart

📋 copy color: '#6626AD'

red 102 ◦ green 38 ◦ blue 173

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

Shades of Purple Heart #6626AD

Tints of Purple Heart #6626AD

RGB

 RED value IS 102 (40.23% from 255) = 32.59%

 GREEN value IS 38 (15.23% from 255) = 12.14%

 BLUE value IS 173 (67.97% from 255) = 55.27%

R = 32.59%
G = 12.14%
B = 55.27%

CMYK

 C value IS 0.41

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6626AD (or 0x6626AD) is known color: Purple Heart. HEX triplet: 66, 26 and AD. RGB value is (102,38,173). Sum of RGB (Red+Green+Blue) = 102+38+173=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #6626AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6626AD is #99D952. Grayscale: #484848. Windows color (decimal): -10082643 or 11347558. OLE color: 11347558.

HSL color Cylindrical-coordinate representation of color #6626AD: hue angle of 268.44º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6626AD is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 102 38 173 -
CMYK 0.41 0.78 0 0.32
HSL 268.44º 0.64% 0.41% -
HSV(B) 268.44º 0.78% 0.68% -
XYZ 13.72 7.23 40.21 -
YUV 72.53 184.7 149.02 -
System Red Green Blue C M Y K H S L
Decimal 102 38 173 0.41 0.78 0 0.32 268.44 0.64 0.41
Hex 66 26 AD 29 4E 0 20 10C 40 29
Octal 146 46 255 51 116 0 40 414 100 51
Binary 1100110 100110 10101101 101001 1001110 0 100000 100001100 1000000 101001

Color Harmonies of #6626AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6626AD

Black with #6626AD

Text Example


Text Example

White with #6626AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6626AD; }

 p { color: rgb(102,38,173); }

 H1.HeaderClassName
 {
   color: #6626AD;
 }
 .AnyTagClassName
 {
   color: #6626AD;
 }
</style>

background-color css

<style>
 a { background-color: #6626AD; }

 a { background-color: rgb(102,38,173); }

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

border-color css

<style>
 span { border-color: #6626AD; }

 span { border-color: rgb(102,38,173); }

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