Html Css Color HEX #6B26AE Purple Heart

📋 copy color: '#6B26AE'

red 107 ◦ green 38 ◦ blue 174

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

Shades of Purple Heart #6B26AE

Tints of Purple Heart #6B26AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 54.55%

R = 33.54%
G = 11.91%
B = 54.55%

CMYK

 C value IS 0.39

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6B26AE (or 0x6B26AE) is known color: Purple Heart. HEX triplet: 6B, 26 and AE. RGB value is (107,38,174). Sum of RGB (Red+Green+Blue) = 107+38+174=319 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.54% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 174 (68.36% from 255 or 54.55% from 319); Max value from RGB is 174 - color contains mainly: blue. Hex color #6B26AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B26AE is #94D951. Grayscale: #494949. Windows color (decimal): -9754962 or 11413099. OLE color: 11413099.

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

Color convert

RGB 107 38 174 -
CMYK 0.39 0.78 0 0.32
HSL 270.44º 0.64% 0.42% -
HSV(B) 270.44º 0.78% 0.68% -
XYZ 14.4 7.57 40.75 -
YUV 74.14 184.36 151.44 -
System Red Green Blue C M Y K H S L
Decimal 107 38 174 0.39 0.78 0 0.32 270.44 0.64 0.42
Hex 6B 26 AE 27 4E 0 20 10E 40 2A
Octal 153 46 256 47 116 0 40 416 100 52
Binary 1101011 100110 10101110 100111 1001110 0 100000 100001110 1000000 101010

Color Harmonies of #6B26AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B26AE

Black with #6B26AE

Text Example


Text Example

White with #6B26AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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