Html Css Color HEX #6F3BCD Purple Heart

📋 copy color: '#6F3BCD'

red 111 ◦ green 59 ◦ blue 205

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

Shades of Purple Heart #6F3BCD

Tints of Purple Heart #6F3BCD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.73%

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

R = 29.6%
G = 15.73%
B = 54.67%

CMYK

 C value IS 0.46

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6F3BCD (or 0x6F3BCD) is known color: Purple Heart. HEX triplet: 6F, 3B and CD. RGB value is (111,59,205). Sum of RGB (Red+Green+Blue) = 111+59+205=375 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.6% from 375); Green value is 59 (23.44% from 255 or 15.73% from 375); Blue value is 205 (80.47% from 255 or 54.67% from 375); Max value from RGB is 205 - color contains mainly: blue. Hex color #6F3BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F3BCD is #90C432. Grayscale: #5A5A5A. Windows color (decimal): -9487411 or 13450095. OLE color: 13450095.

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

Color convert

RGB 111 59 205 -
CMYK 0.46 0.71 0 0.20
HSL 261.37º 0.59% 0.52% -
HSV(B) 261.37º 0.71% 0.8% -
XYZ 19.14 10.92 58.86 -
YUV 91.19 192.23 142.13 -
System Red Green Blue C M Y K H S L
Decimal 111 59 205 0.46 0.71 0 0.20 261.37 0.59 0.52
Hex 6F 3B CD 2E 47 0 14 105 3B 34
Octal 157 73 315 56 107 0 24 405 73 64
Binary 1101111 111011 11001101 101110 1000111 0 10100 100000101 111011 110100

Color Harmonies of #6F3BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3BCD

Black with #6F3BCD

Text Example


Text Example

White with #6F3BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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