Html Css Color HEX #6B09AC Purple Heart

📋 copy color: '#6B09AC'

red 107 ◦ green 9 ◦ blue 172

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

Shades of Purple Heart #6B09AC

Tints of Purple Heart #6B09AC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.13%

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

R = 37.15%
G = 3.13%
B = 59.72%

CMYK

 C value IS 0.38

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6B09AC (or 0x6B09AC) is known color: Purple Heart. HEX triplet: 6B, 09 and AC. RGB value is (107,9,172). Sum of RGB (Red+Green+Blue) = 107+9+172=288 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.15% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 172 (67.58% from 255 or 59.72% from 288); Max value from RGB is 172 - color contains mainly: blue. Hex color #6B09AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B09AC is #94F653. Grayscale: #383838. Windows color (decimal): -9762388 or 11274603. OLE color: 11274603.

HSL color Cylindrical-coordinate representation of color #6B09AC: hue angle of 276.07º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6B09AC is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 107 9 172 -
CMYK 0.38 0.95 0 0.33
HSL 276.07º 0.9% 0.35% -
HSV(B) 276.07º 0.95% 0.67% -
XYZ 13.61 6.3 39.53 -
YUV 56.88 192.97 163.75 -
System Red Green Blue C M Y K H S L
Decimal 107 9 172 0.38 0.95 0 0.33 276.07 0.9 0.35
Hex 6B 9 AC 26 5F 0 21 114 5A 23
Octal 153 11 254 46 137 0 41 424 132 43
Binary 1101011 1001 10101100 100110 1011111 0 100001 100010100 1011010 100011

Color Harmonies of #6B09AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B09AC

Black with #6B09AC

Text Example


Text Example

White with #6B09AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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