Html Css Color HEX #6734CE Purple Heart

📋 copy color: '#6734CE'

red 103 ◦ green 52 ◦ blue 206

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

Shades of Purple Heart #6734CE

Tints of Purple Heart #6734CE

RGB

 RED value IS 103 (40.63% from 255) = 28.53%

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

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

R = 28.53%
G = 14.4%
B = 57.06%

CMYK

 C value IS 0.50

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6734CE (or 0x6734CE) is known color: Purple Heart. HEX triplet: 67, 34 and CE. RGB value is (103,52,206). Sum of RGB (Red+Green+Blue) = 103+52+206=361 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.53% from 361); Green value is 52 (20.70% from 255 or 14.40% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #6734CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6734CE is #98CB31. Grayscale: #545454. Windows color (decimal): -10013490 or 13513831. OLE color: 13513831.

HSL color Cylindrical-coordinate representation of color #6734CE: hue angle of 259.87º 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 #6734CE is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 103 52 206 -
CMYK 0.50 0.75 0 0.19
HSL 259.87º 0.61% 0.51% -
HSV(B) 259.87º 0.75% 0.81% -
XYZ 17.96 9.8 59.34 -
YUV 84.81 196.4 140.98 -
System Red Green Blue C M Y K H S L
Decimal 103 52 206 0.50 0.75 0 0.19 259.87 0.61 0.51
Hex 67 34 CE 32 4B 0 13 104 3D 33
Octal 147 64 316 62 113 0 23 404 75 63
Binary 1100111 110100 11001110 110010 1001011 0 10011 100000100 111101 110011

Color Harmonies of #6734CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6734CE

Black with #6734CE

Text Example


Text Example

White with #6734CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6734CE; }

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

 H1.HeaderClassName
 {
   color: #6734CE;
 }
 .AnyTagClassName
 {
   color: #6734CE;
 }
</style>

background-color css

<style>
 a { background-color: #6734CE; }

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

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

border-color css

<style>
 span { border-color: #6734CE; }

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

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