Html Css Color HEX #6F46BC Purple Heart

📋 copy color: '#6F46BC'

red 111 ◦ green 70 ◦ blue 188

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

Shades of Purple Heart #6F46BC

Tints of Purple Heart #6F46BC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.97%

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

R = 30.08%
G = 18.97%
B = 50.95%

CMYK

 C value IS 0.41

 M value IS 0.63

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6F46BC (or 0x6F46BC) is known color: Purple Heart. HEX triplet: 6F, 46 and BC. RGB value is (111,70,188). Sum of RGB (Red+Green+Blue) = 111+70+188=369 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.08% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F46BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F46BC is #90B943. Grayscale: #5F5F5F. Windows color (decimal): -9484612 or 12338799. OLE color: 12338799.

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

Color convert

RGB 111 70 188 -
CMYK 0.41 0.63 0 0.26
HSL 260.85º 0.47% 0.51% -
HSV(B) 260.85º 0.63% 0.74% -
XYZ 17.82 11.39 48.84 -
YUV 95.71 180.08 138.91 -
System Red Green Blue C M Y K H S L
Decimal 111 70 188 0.41 0.63 0 0.26 260.85 0.47 0.51
Hex 6F 46 BC 29 3F 0 1A 105 2F 33
Octal 157 106 274 51 77 0 32 405 57 63
Binary 1101111 1000110 10111100 101001 111111 0 11010 100000101 101111 110011

Color Harmonies of #6F46BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F46BC

Black with #6F46BC

Text Example


Text Example

White with #6F46BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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