Html Css Color HEX #6F38BC Purple Heart

📋 copy color: '#6F38BC'

red 111 ◦ green 56 ◦ blue 188

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

Shades of Purple Heart #6F38BC

Tints of Purple Heart #6F38BC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.77%

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

R = 31.27%
G = 15.77%
B = 52.96%

CMYK

 C value IS 0.41

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6F38BC (or 0x6F38BC) is known color: Purple Heart. HEX triplet: 6F, 38 and BC. RGB value is (111,56,188). Sum of RGB (Red+Green+Blue) = 111+56+188=355 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.27% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F38BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F38BC is #90C743. Grayscale: #575757. Windows color (decimal): -9488196 or 12335215. OLE color: 12335215.

HSL color Cylindrical-coordinate representation of color #6F38BC: hue angle of 265º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F38BC is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 111 56 188 -
CMYK 0.41 0.70 0 0.26
HSL 265º 0.54% 0.48% -
HSV(B) 265º 0.7% 0.74% -
XYZ 17.05 9.84 48.58 -
YUV 87.49 184.72 144.77 -
System Red Green Blue C M Y K H S L
Decimal 111 56 188 0.41 0.70 0 0.26 265 0.54 0.48
Hex 6F 38 BC 29 46 0 1A 109 36 30
Octal 157 70 274 51 106 0 32 411 66 60
Binary 1101111 111000 10111100 101001 1000110 0 11010 100001001 110110 110000

Color Harmonies of #6F38BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F38BC

Black with #6F38BC

Text Example


Text Example

White with #6F38BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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