Html Css Color HEX #6734DC Purple Heart

📋 copy color: '#6734DC'

red 103 ◦ green 52 ◦ blue 220

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

Shades of Purple Heart #6734DC

Tints of Purple Heart #6734DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 58.67%

R = 27.47%
G = 13.87%
B = 58.67%

CMYK

 C value IS 0.53

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6734DC (or 0x6734DC) is known color: Purple Heart. HEX triplet: 67, 34 and DC. RGB value is (103,52,220). Sum of RGB (Red+Green+Blue) = 103+52+220=375 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.47% from 375); Green value is 52 (20.70% from 255 or 13.87% from 375); Blue value is 220 (86.33% from 255 or 58.67% from 375); Max value from RGB is 220 - color contains mainly: blue. Hex color #6734DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6734DC is #98CB23. Grayscale: #555555. Windows color (decimal): -10013476 or 14431335. OLE color: 14431335.

HSL color Cylindrical-coordinate representation of color #6734DC: hue angle of 258.21º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6734DC is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 103 52 220 -
CMYK 0.53 0.76 0 0.14
HSL 258.21º 0.71% 0.53% -
HSV(B) 258.21º 0.76% 0.86% -
XYZ 19.74 10.51 68.7 -
YUV 86.4 203.4 139.84 -
System Red Green Blue C M Y K H S L
Decimal 103 52 220 0.53 0.76 0 0.14 258.21 0.71 0.53
Hex 67 34 DC 35 4C 0 E 102 47 35
Octal 147 64 334 65 114 0 16 402 107 65
Binary 1100111 110100 11011100 110101 1001100 0 1110 100000010 1000111 110101

Color Harmonies of #6734DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6734DC

Black with #6734DC

Text Example


Text Example

White with #6734DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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