Html Css Color HEX #6D35CF Purple Heart

📋 copy color: '#6D35CF'

red 109 ◦ green 53 ◦ blue 207

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

Shades of Purple Heart #6D35CF

Tints of Purple Heart #6D35CF

RGB

 RED value IS 109 (42.97% from 255) = 29.54%

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

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

R = 29.54%
G = 14.36%
B = 56.1%

CMYK

 C value IS 0.47

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6D35CF (or 0x6D35CF) is known color: Purple Heart. HEX triplet: 6D, 35 and CF. RGB value is (109,53,207). Sum of RGB (Red+Green+Blue) = 109+53+207=369 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.54% from 369); Green value is 53 (21.09% from 255 or 14.36% from 369); Blue value is 207 (81.25% from 255 or 56.10% from 369); Max value from RGB is 207 - color contains mainly: blue. Hex color #6D35CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D35CF is #92CA30. Grayscale: #565656. Windows color (decimal): -9620017 or 13579629. OLE color: 13579629.

HSL color Cylindrical-coordinate representation of color #6D35CF: hue angle of 261.82º 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 #6D35CF is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 109 53 207 -
CMYK 0.47 0.74 0 0.19
HSL 261.82º 0.62% 0.51% -
HSV(B) 261.82º 0.74% 0.81% -
XYZ 18.84 10.3 60.03 -
YUV 87.3 195.55 143.48 -
System Red Green Blue C M Y K H S L
Decimal 109 53 207 0.47 0.74 0 0.19 261.82 0.62 0.51
Hex 6D 35 CF 2F 4A 0 13 106 3E 33
Octal 155 65 317 57 112 0 23 406 76 63
Binary 1101101 110101 11001111 101111 1001010 0 10011 100000110 111110 110011

Color Harmonies of #6D35CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D35CF

Black with #6D35CF

Text Example


Text Example

White with #6D35CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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