Html Css Color HEX #6735DC Purple Heart

📋 copy color: '#6735DC'

red 103 ◦ green 53 ◦ blue 220

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

Shades of Purple Heart #6735DC

Tints of Purple Heart #6735DC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.1%

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

R = 27.39%
G = 14.1%
B = 58.51%

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

#6735DC (or 0x6735DC) is known color: Purple Heart. HEX triplet: 67, 35 and DC. RGB value is (103,53,220). Sum of RGB (Red+Green+Blue) = 103+53+220=376 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.39% from 376); Green value is 53 (21.09% from 255 or 14.10% from 376); Blue value is 220 (86.33% from 255 or 58.51% from 376); Max value from RGB is 220 - color contains mainly: blue. Hex color #6735DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6735DC is #98CA23. Grayscale: #565656. Windows color (decimal): -10013220 or 14431591. OLE color: 14431591.

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

Color convert

RGB 103 53 220 -
CMYK 0.53 0.76 0 0.14
HSL 257.96º 0.7% 0.54% -
HSV(B) 257.96º 0.76% 0.86% -
XYZ 19.78 10.6 68.71 -
YUV 86.99 203.07 139.42 -
System Red Green Blue C M Y K H S L
Decimal 103 53 220 0.53 0.76 0 0.14 257.96 0.7 0.54
Hex 67 35 DC 35 4C 0 E 102 46 36
Octal 147 65 334 65 114 0 16 402 106 66
Binary 1100111 110101 11011100 110101 1001100 0 1110 100000010 1000110 110110

Color Harmonies of #6735DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6735DC

Black with #6735DC

Text Example


Text Example

White with #6735DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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