Html Css Color HEX #6B26AC Purple Heart

📋 copy color: '#6B26AC'

red 107 ◦ green 38 ◦ blue 172

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

Shades of Purple Heart #6B26AC

Tints of Purple Heart #6B26AC

RGB

 RED value IS 107 (42.19% from 255) = 33.75%

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

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

R = 33.75%
G = 11.99%
B = 54.26%

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

#6B26AC (or 0x6B26AC) is known color: Purple Heart. HEX triplet: 6B, 26 and AC. RGB value is (107,38,172). Sum of RGB (Red+Green+Blue) = 107+38+172=317 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.75% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #6B26AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B26AC is #94D953. Grayscale: #494949. Windows color (decimal): -9754964 or 11282027. OLE color: 11282027.

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

Color convert

RGB 107 38 172 -
CMYK 0.38 0.78 0 0.33
HSL 270.9º 0.64% 0.41% -
HSV(B) 270.9º 0.78% 0.67% -
XYZ 14.2 7.49 39.73 -
YUV 73.91 183.36 151.6 -
System Red Green Blue C M Y K H S L
Decimal 107 38 172 0.38 0.78 0 0.33 270.9 0.64 0.41
Hex 6B 26 AC 26 4E 0 21 10F 40 29
Octal 153 46 254 46 116 0 41 417 100 51
Binary 1101011 100110 10101100 100110 1001110 0 100001 100001111 1000000 101001

Color Harmonies of #6B26AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B26AC

Black with #6B26AC

Text Example


Text Example

White with #6B26AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B26AC; }

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

 H1.HeaderClassName
 {
   color: #6B26AC;
 }
 .AnyTagClassName
 {
   color: #6B26AC;
 }
</style>

background-color css

<style>
 a { background-color: #6B26AC; }

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

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

border-color css

<style>
 span { border-color: #6B26AC; }

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

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