Html Css Color HEX #6B09BE Purple Heart

📋 copy color: '#6B09BE'

red 107 ◦ green 9 ◦ blue 190

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

Shades of Purple Heart #6B09BE

Tints of Purple Heart #6B09BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 62.09%

R = 34.97%
G = 2.94%
B = 62.09%

CMYK

 C value IS 0.44

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6B09BE (or 0x6B09BE) is known color: Purple Heart. HEX triplet: 6B, 09 and BE. RGB value is (107,9,190). Sum of RGB (Red+Green+Blue) = 107+9+190=306 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.97% from 306); Green value is 9 (3.91% from 255 or 2.94% from 306); Blue value is 190 (74.61% from 255 or 62.09% from 306); Max value from RGB is 190 - color contains mainly: blue. Hex color #6B09BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B09BE is #94F641. Grayscale: #3A3A3A. Windows color (decimal): -9762370 or 12454251. OLE color: 12454251.

HSL color Cylindrical-coordinate representation of color #6B09BE: hue angle of 272.49º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6B09BE is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 107 9 190 -
CMYK 0.44 0.95 0 0.25
HSL 272.49º 0.91% 0.39% -
HSV(B) 272.49º 0.95% 0.75% -
XYZ 15.46 7.04 49.26 -
YUV 58.94 201.97 162.28 -
System Red Green Blue C M Y K H S L
Decimal 107 9 190 0.44 0.95 0 0.25 272.49 0.91 0.39
Hex 6B 9 BE 2C 5F 0 19 110 5B 27
Octal 153 11 276 54 137 0 31 420 133 47
Binary 1101011 1001 10111110 101100 1011111 0 11001 100010000 1011011 100111

Color Harmonies of #6B09BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B09BE

Black with #6B09BE

Text Example


Text Example

White with #6B09BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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