Html Css Color HEX #6F09CD Purple Heart

📋 copy color: '#6F09CD'

red 111 ◦ green 9 ◦ blue 205

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

Shades of Purple Heart #6F09CD

Tints of Purple Heart #6F09CD

RGB

 RED value IS 111 (43.75% from 255) = 34.15%

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

 BLUE value IS 205 (80.47% from 255) = 63.08%

R = 34.15%
G = 2.77%
B = 63.08%

CMYK

 C value IS 0.46

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6F09CD (or 0x6F09CD) is known color: Purple Heart. HEX triplet: 6F, 09 and CD. RGB value is (111,9,205). Sum of RGB (Red+Green+Blue) = 111+9+205=325 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.15% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 205 (80.47% from 255 or 63.08% from 325); Max value from RGB is 205 - color contains mainly: blue. Hex color #6F09CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F09CD is #90F632. Grayscale: #3D3D3D. Windows color (decimal): -9500211 or 13437295. OLE color: 13437295.

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

Color convert

RGB 111 9 205 -
CMYK 0.46 0.96 0 0.20
HSL 271.22º 0.92% 0.42% -
HSV(B) 271.22º 0.96% 0.8% -
XYZ 17.67 7.98 58.37 -
YUV 61.84 208.79 163.06 -
System Red Green Blue C M Y K H S L
Decimal 111 9 205 0.46 0.96 0 0.20 271.22 0.92 0.42
Hex 6F 9 CD 2E 60 0 14 10F 5C 2A
Octal 157 11 315 56 140 0 24 417 134 52
Binary 1101111 1001 11001101 101110 1100000 0 10100 100001111 1011100 101010

Color Harmonies of #6F09CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F09CD

Black with #6F09CD

Text Example


Text Example

White with #6F09CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,9,205); }

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

background-color css

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

 a { background-color: rgb(111,9,205); }

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

border-color css

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

 span { border-color: rgb(111,9,205); }

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