Html Css Color HEX #6B27AB Purple Heart

📋 copy color: '#6B27AB'

red 107 ◦ green 39 ◦ blue 171

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

Shades of Purple Heart #6B27AB

Tints of Purple Heart #6B27AB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.3%

 BLUE value IS 171 (67.19% from 255) = 53.94%

R = 33.75%
G = 12.3%
B = 53.94%

CMYK

 C value IS 0.37

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6B27AB (or 0x6B27AB) is known color: Purple Heart. HEX triplet: 6B, 27 and AB. RGB value is (107,39,171). Sum of RGB (Red+Green+Blue) = 107+39+171=317 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.75% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B27AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B27AB is #94D854. Grayscale: #494949. Windows color (decimal): -9754709 or 11216747. OLE color: 11216747.

HSL color Cylindrical-coordinate representation of color #6B27AB: hue angle of 270.91º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6B27AB is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 107 39 171 -
CMYK 0.37 0.77 0 0.33
HSL 270.91º 0.63% 0.41% -
HSV(B) 270.91º 0.77% 0.67% -
XYZ 14.14 7.52 39.23 -
YUV 74.38 182.53 151.27 -
System Red Green Blue C M Y K H S L
Decimal 107 39 171 0.37 0.77 0 0.33 270.91 0.63 0.41
Hex 6B 27 AB 25 4D 0 21 10F 3F 29
Octal 153 47 253 45 115 0 41 417 77 51
Binary 1101011 100111 10101011 100101 1001101 0 100001 100001111 111111 101001

Color Harmonies of #6B27AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B27AB

Black with #6B27AB

Text Example


Text Example

White with #6B27AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,39,171); }

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

background-color css

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

 a { background-color: rgb(107,39,171); }

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

border-color css

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

 span { border-color: rgb(107,39,171); }

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