Html Css Color HEX #6F34CE Purple Heart

📋 copy color: '#6F34CE'

red 111 ◦ green 52 ◦ blue 206

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

Shades of Purple Heart #6F34CE

Tints of Purple Heart #6F34CE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.09%

 BLUE value IS 206 (80.86% from 255) = 55.83%

R = 30.08%
G = 14.09%
B = 55.83%

CMYK

 C value IS 0.46

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6F34CE (or 0x6F34CE) is known color: Purple Heart. HEX triplet: 6F, 34 and CE. RGB value is (111,52,206). Sum of RGB (Red+Green+Blue) = 111+52+206=369 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.08% from 369); Green value is 52 (20.70% from 255 or 14.09% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F34CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F34CE is #90CB31. Grayscale: #565656. Windows color (decimal): -9489202 or 13513839. OLE color: 13513839.

HSL color Cylindrical-coordinate representation of color #6F34CE: hue angle of 262.99º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6F34CE is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 111 52 206 -
CMYK 0.46 0.75 0 0.19
HSL 262.99º 0.61% 0.51% -
HSV(B) 262.99º 0.75% 0.81% -
XYZ 18.92 10.29 59.38 -
YUV 87.2 195.05 144.98 -
System Red Green Blue C M Y K H S L
Decimal 111 52 206 0.46 0.75 0 0.19 262.99 0.61 0.51
Hex 6F 34 CE 2E 4B 0 13 107 3D 33
Octal 157 64 316 56 113 0 23 407 75 63
Binary 1101111 110100 11001110 101110 1001011 0 10011 100000111 111101 110011

Color Harmonies of #6F34CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F34CE

Black with #6F34CE

Text Example


Text Example

White with #6F34CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,52,206); }

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

background-color css

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

 a { background-color: rgb(111,52,206); }

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

border-color css

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

 span { border-color: rgb(111,52,206); }

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