Html Css Color HEX #6F23BD Purple Heart

📋 copy color: '#6F23BD'

red 111 ◦ green 35 ◦ blue 189

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

Shades of Purple Heart #6F23BD

Tints of Purple Heart #6F23BD

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.45%

 BLUE value IS 189 (74.22% from 255) = 56.42%

R = 33.13%
G = 10.45%
B = 56.42%

CMYK

 C value IS 0.41

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6F23BD (or 0x6F23BD) is known color: Purple Heart. HEX triplet: 6F, 23 and BD. RGB value is (111,35,189). Sum of RGB (Red+Green+Blue) = 111+35+189=335 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.13% from 335); Green value is 35 (14.06% from 255 or 10.45% from 335); Blue value is 189 (74.22% from 255 or 56.42% from 335); Max value from RGB is 189 - color contains mainly: blue. Hex color #6F23BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F23BD is #90DC42. Grayscale: #4A4A4A. Windows color (decimal): -9493571 or 12395375. OLE color: 12395375.

HSL color Cylindrical-coordinate representation of color #6F23BD: hue angle of 269.61º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F23BD is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 111 35 189 -
CMYK 0.41 0.81 0 0.26
HSL 269.61º 0.69% 0.44% -
HSV(B) 269.61º 0.81% 0.74% -
XYZ 16.34 8.26 48.88 -
YUV 75.28 192.18 153.48 -
System Red Green Blue C M Y K H S L
Decimal 111 35 189 0.41 0.81 0 0.26 269.61 0.69 0.44
Hex 6F 23 BD 29 51 0 1A 10E 45 2C
Octal 157 43 275 51 121 0 32 416 105 54
Binary 1101111 100011 10111101 101001 1010001 0 11010 100001110 1000101 101100

Color Harmonies of #6F23BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F23BD

Black with #6F23BD

Text Example


Text Example

White with #6F23BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,35,189); }

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

background-color css

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

 a { background-color: rgb(111,35,189); }

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

border-color css

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

 span { border-color: rgb(111,35,189); }

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