Html Css Color HEX #6626BA Purple Heart

📋 copy color: '#6626BA'

red 102 ◦ green 38 ◦ blue 186

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

Shades of Purple Heart #6626BA

Tints of Purple Heart #6626BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 57.06%

R = 31.29%
G = 11.66%
B = 57.06%

CMYK

 C value IS 0.45

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6626BA (or 0x6626BA) is known color: Purple Heart. HEX triplet: 66, 26 and BA. RGB value is (102,38,186). Sum of RGB (Red+Green+Blue) = 102+38+186=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 38 (15.23% from 255 or 11.66% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #6626BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6626BA is #99D945. Grayscale: #494949. Windows color (decimal): -10082630 or 12199526. OLE color: 12199526.

HSL color Cylindrical-coordinate representation of color #6626BA: hue angle of 265.95º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6626BA is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 102 38 186 -
CMYK 0.45 0.80 0 0.27
HSL 265.95º 0.66% 0.44% -
HSV(B) 265.95º 0.8% 0.73% -
XYZ 15.04 7.76 47.16 -
YUV 74.01 191.2 147.97 -
System Red Green Blue C M Y K H S L
Decimal 102 38 186 0.45 0.80 0 0.27 265.95 0.66 0.44
Hex 66 26 BA 2D 50 0 1B 10A 42 2C
Octal 146 46 272 55 120 0 33 412 102 54
Binary 1100110 100110 10111010 101101 1010000 0 11011 100001010 1000010 101100

Color Harmonies of #6626BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6626BA

Black with #6626BA

Text Example


Text Example

White with #6626BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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