Html Css Color HEX #6B09C0 Purple Heart

📋 copy color: '#6B09C0'

red 107 ◦ green 9 ◦ blue 192

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

Shades of Purple Heart #6B09C0

Tints of Purple Heart #6B09C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 62.34%

R = 34.74%
G = 2.92%
B = 62.34%

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

#6B09C0 (or 0x6B09C0) is known color: Purple Heart. HEX triplet: 6B, 09 and C0. RGB value is (107,9,192). Sum of RGB (Red+Green+Blue) = 107+9+192=308 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.74% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 192 (75.39% from 255 or 62.34% from 308); Max value from RGB is 192 - color contains mainly: blue. Hex color #6B09C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B09C0 is #94F63F. Grayscale: #3A3A3A. Windows color (decimal): -9762368 or 12585323. OLE color: 12585323.

HSL color Cylindrical-coordinate representation of color #6B09C0: hue angle of 272.13º 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 #6B09C0 is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 107 9 192 -
CMYK 0.44 0.95 0 0.25
HSL 272.13º 0.91% 0.39% -
HSV(B) 272.13º 0.95% 0.75% -
XYZ 15.68 7.13 50.42 -
YUV 59.16 202.97 162.12 -
System Red Green Blue C M Y K H S L
Decimal 107 9 192 0.44 0.95 0 0.25 272.13 0.91 0.39
Hex 6B 9 C0 2C 5F 0 19 110 5B 27
Octal 153 11 300 54 137 0 31 420 133 47
Binary 1101011 1001 11000000 101100 1011111 0 11001 100010000 1011011 100111

Color Harmonies of #6B09C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B09C0

Black with #6B09C0

Text Example


Text Example

White with #6B09C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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