Html Css Color HEX #6B08BA Purple Heart

📋 copy color: '#6B08BA'

red 107 ◦ green 8 ◦ blue 186

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

Shades of Purple Heart #6B08BA

Tints of Purple Heart #6B08BA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.66%

 BLUE value IS 186 (73.05% from 255) = 61.79%

R = 35.55%
G = 2.66%
B = 61.79%

CMYK

 C value IS 0.42

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6B08BA (or 0x6B08BA) is known color: Purple Heart. HEX triplet: 6B, 08 and BA. RGB value is (107,8,186). Sum of RGB (Red+Green+Blue) = 107+8+186=301 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.55% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 186 (73.05% from 255 or 61.79% from 301); Max value from RGB is 186 - color contains mainly: blue. Hex color #6B08BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B08BA is #94F745. Grayscale: #393939. Windows color (decimal): -9762630 or 12191851. OLE color: 12191851.

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

Color convert

RGB 107 8 186 -
CMYK 0.42 0.96 0 0.27
HSL 273.37º 0.92% 0.38% -
HSV(B) 273.37º 0.96% 0.73% -
XYZ 15.01 6.84 46.98 -
YUV 57.89 200.3 163.03 -
System Red Green Blue C M Y K H S L
Decimal 107 8 186 0.42 0.96 0 0.27 273.37 0.92 0.38
Hex 6B 8 BA 2A 60 0 1B 111 5C 26
Octal 153 10 272 52 140 0 33 421 134 46
Binary 1101011 1000 10111010 101010 1100000 0 11011 100010001 1011100 100110

Color Harmonies of #6B08BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B08BA

Black with #6B08BA

Text Example


Text Example

White with #6B08BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,8,186); }

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

background-color css

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

 a { background-color: rgb(107,8,186); }

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

border-color css

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

 span { border-color: rgb(107,8,186); }

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