Html Css Color HEX #6626AC Purple Heart

📋 copy color: '#6626AC'

red 102 ◦ green 38 ◦ blue 172

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

Shades of Purple Heart #6626AC

Tints of Purple Heart #6626AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 55.13%

R = 32.69%
G = 12.18%
B = 55.13%

CMYK

 C value IS 0.41

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6626AC (or 0x6626AC) is known color: Purple Heart. HEX triplet: 66, 26 and AC. RGB value is (102,38,172). Sum of RGB (Red+Green+Blue) = 102+38+172=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 172 (67.58% from 255 or 55.13% from 312); Max value from RGB is 172 - color contains mainly: blue. Hex color #6626AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6626AC is #99D953. Grayscale: #474747. Windows color (decimal): -10082644 or 11282022. OLE color: 11282022.

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

Color convert

RGB 102 38 172 -
CMYK 0.41 0.78 0 0.33
HSL 268.66º 0.64% 0.41% -
HSV(B) 268.66º 0.78% 0.67% -
XYZ 13.62 7.19 39.7 -
YUV 72.41 184.2 149.1 -
System Red Green Blue C M Y K H S L
Decimal 102 38 172 0.41 0.78 0 0.33 268.66 0.64 0.41
Hex 66 26 AC 29 4E 0 21 10D 40 29
Octal 146 46 254 51 116 0 41 415 100 51
Binary 1100110 100110 10101100 101001 1001110 0 100001 100001101 1000000 101001

Color Harmonies of #6626AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6626AC

Black with #6626AC

Text Example


Text Example

White with #6626AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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