Html Css Color HEX #6735CF Purple Heart

📋 copy color: '#6735CF'

red 103 ◦ green 53 ◦ blue 207

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

Shades of Purple Heart #6735CF

Tints of Purple Heart #6735CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 57.02%

R = 28.37%
G = 14.6%
B = 57.02%

CMYK

 C value IS 0.50

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6735CF (or 0x6735CF) is known color: Purple Heart. HEX triplet: 67, 35 and CF. RGB value is (103,53,207). Sum of RGB (Red+Green+Blue) = 103+53+207=363 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.37% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 207 (81.25% from 255 or 57.02% from 363); Max value from RGB is 207 - color contains mainly: blue. Hex color #6735CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6735CF is #98CA30. Grayscale: #545454. Windows color (decimal): -10013233 or 13579623. OLE color: 13579623.

HSL color Cylindrical-coordinate representation of color #6735CF: hue angle of 259.48º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6735CF is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 103 53 207 -
CMYK 0.50 0.74 0 0.19
HSL 259.48º 0.62% 0.51% -
HSV(B) 259.48º 0.74% 0.81% -
XYZ 18.13 9.93 59.99 -
YUV 85.51 196.57 140.48 -
System Red Green Blue C M Y K H S L
Decimal 103 53 207 0.50 0.74 0 0.19 259.48 0.62 0.51
Hex 67 35 CF 32 4A 0 13 103 3E 33
Octal 147 65 317 62 112 0 23 403 76 63
Binary 1100111 110101 11001111 110010 1001010 0 10011 100000011 111110 110011

Color Harmonies of #6735CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6735CF

Black with #6735CF

Text Example


Text Example

White with #6735CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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