Html Css Color HEX #6B07AC Purple Heart

📋 copy color: '#6B07AC'

red 107 ◦ green 7 ◦ blue 172

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

Shades of Purple Heart #6B07AC

Tints of Purple Heart #6B07AC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.45%

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

R = 37.41%
G = 2.45%
B = 60.14%

CMYK

 C value IS 0.38

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6B07AC (or 0x6B07AC) is known color: Purple Heart. HEX triplet: 6B, 07 and AC. RGB value is (107,7,172). Sum of RGB (Red+Green+Blue) = 107+7+172=286 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.41% from 286); Green value is 7 (3.12% from 255 or 2.45% from 286); Blue value is 172 (67.58% from 255 or 60.14% from 286); Max value from RGB is 172 - color contains mainly: blue. Hex color #6B07AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B07AC is #94F853. Grayscale: #373737. Windows color (decimal): -9762900 or 11274091. OLE color: 11274091.

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

Color convert

RGB 107 7 172 -
CMYK 0.38 0.96 0 0.33
HSL 276.36º 0.92% 0.35% -
HSV(B) 276.36º 0.96% 0.67% -
XYZ 13.59 6.26 39.52 -
YUV 55.71 193.63 164.58 -
System Red Green Blue C M Y K H S L
Decimal 107 7 172 0.38 0.96 0 0.33 276.36 0.92 0.35
Hex 6B 7 AC 26 60 0 21 114 5C 23
Octal 153 7 254 46 140 0 41 424 134 43
Binary 1101011 111 10101100 100110 1100000 0 100001 100010100 1011100 100011

Color Harmonies of #6B07AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B07AC

Black with #6B07AC

Text Example


Text Example

White with #6B07AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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