Html Css Color HEX #6F23BE Purple Heart

📋 copy color: '#6F23BE'

red 111 ◦ green 35 ◦ blue 190

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

Shades of Purple Heart #6F23BE

Tints of Purple Heart #6F23BE

RGB

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

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

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

R = 33.04%
G = 10.42%
B = 56.55%

CMYK

 C value IS 0.42

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6F23BE (or 0x6F23BE) is known color: Purple Heart. HEX triplet: 6F, 23 and BE. RGB value is (111,35,190). Sum of RGB (Red+Green+Blue) = 111+35+190=336 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.04% from 336); Green value is 35 (14.06% from 255 or 10.42% from 336); Blue value is 190 (74.61% from 255 or 56.55% from 336); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F23BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F23BE is #90DC41. Grayscale: #4A4A4A. Windows color (decimal): -9493570 or 12460911. OLE color: 12460911.

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

Color convert

RGB 111 35 190 -
CMYK 0.42 0.82 0 0.25
HSL 269.42º 0.69% 0.44% -
HSV(B) 269.42º 0.82% 0.75% -
XYZ 16.45 8.3 49.45 -
YUV 75.39 192.68 153.4 -
System Red Green Blue C M Y K H S L
Decimal 111 35 190 0.42 0.82 0 0.25 269.42 0.69 0.44
Hex 6F 23 BE 2A 52 0 19 10D 45 2C
Octal 157 43 276 52 122 0 31 415 105 54
Binary 1101111 100011 10111110 101010 1010010 0 11001 100001101 1000101 101100

Color Harmonies of #6F23BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F23BE

Black with #6F23BE

Text Example


Text Example

White with #6F23BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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