Html Css Color HEX #6F23BC Purple Heart

📋 copy color: '#6F23BC'

red 111 ◦ green 35 ◦ blue 188

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

Shades of Purple Heart #6F23BC

Tints of Purple Heart #6F23BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 56.29%

R = 33.23%
G = 10.48%
B = 56.29%

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

#6F23BC (or 0x6F23BC) is known color: Purple Heart. HEX triplet: 6F, 23 and BC. RGB value is (111,35,188). Sum of RGB (Red+Green+Blue) = 111+35+188=334 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.23% from 334); Green value is 35 (14.06% from 255 or 10.48% from 334); Blue value is 188 (73.83% from 255 or 56.29% from 334); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F23BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F23BC is #90DC43. Grayscale: #4A4A4A. Windows color (decimal): -9493572 or 12329839. OLE color: 12329839.

HSL color Cylindrical-coordinate representation of color #6F23BC: hue angle of 269.8º 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 #6F23BC is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 111 35 188 -
CMYK 0.41 0.81 0 0.26
HSL 269.8º 0.69% 0.44% -
HSV(B) 269.8º 0.81% 0.74% -
XYZ 16.23 8.21 48.31 -
YUV 75.17 191.68 153.56 -
System Red Green Blue C M Y K H S L
Decimal 111 35 188 0.41 0.81 0 0.26 269.8 0.69 0.44
Hex 6F 23 BC 29 51 0 1A 10E 45 2C
Octal 157 43 274 51 121 0 32 416 105 54
Binary 1101111 100011 10111100 101001 1010001 0 11010 100001110 1000101 101100

Color Harmonies of #6F23BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F23BC

Black with #6F23BC

Text Example


Text Example

White with #6F23BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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