Html Css Color HEX #6B09BA Purple Heart

📋 copy color: '#6B09BA'

red 107 ◦ green 9 ◦ blue 186

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

Shades of Purple Heart #6B09BA

Tints of Purple Heart #6B09BA

RGB

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

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

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

R = 35.43%
G = 2.98%
B = 61.59%

CMYK

 C value IS 0.42

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6B09BA (or 0x6B09BA) is known color: Purple Heart. HEX triplet: 6B, 09 and BA. RGB value is (107,9,186). Sum of RGB (Red+Green+Blue) = 107+9+186=302 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.43% from 302); Green value is 9 (3.91% from 255 or 2.98% from 302); Blue value is 186 (73.05% from 255 or 61.59% from 302); Max value from RGB is 186 - color contains mainly: blue. Hex color #6B09BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B09BA is #94F645. Grayscale: #393939. Windows color (decimal): -9762374 or 12192107. OLE color: 12192107.

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

Color convert

RGB 107 9 186 -
CMYK 0.42 0.95 0 0.27
HSL 273.22º 0.91% 0.38% -
HSV(B) 273.22º 0.95% 0.73% -
XYZ 15.02 6.87 46.99 -
YUV 58.48 199.97 162.61 -
System Red Green Blue C M Y K H S L
Decimal 107 9 186 0.42 0.95 0 0.27 273.22 0.91 0.38
Hex 6B 9 BA 2A 5F 0 1B 111 5B 26
Octal 153 11 272 52 137 0 33 421 133 46
Binary 1101011 1001 10111010 101010 1011111 0 11011 100010001 1011011 100110

Color Harmonies of #6B09BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B09BA

Black with #6B09BA

Text Example


Text Example

White with #6B09BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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