Html Css Color HEX #6935CD Purple Heart

📋 copy color: '#6935CD'

red 105 ◦ green 53 ◦ blue 205

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

Shades of Purple Heart #6935CD

Tints of Purple Heart #6935CD

RGB

 RED value IS 105 (41.41% from 255) = 28.93%

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

 BLUE value IS 205 (80.47% from 255) = 56.47%

R = 28.93%
G = 14.6%
B = 56.47%

CMYK

 C value IS 0.49

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6935CD (or 0x6935CD) is known color: Purple Heart. HEX triplet: 69, 35 and CD. RGB value is (105,53,205). Sum of RGB (Red+Green+Blue) = 105+53+205=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #6935CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6935CD is #96CA32. Grayscale: #555555. Windows color (decimal): -9882163 or 13448553. OLE color: 13448553.

HSL color Cylindrical-coordinate representation of color #6935CD: hue angle of 260.53º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6935CD is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 105 53 205 -
CMYK 0.49 0.74 0 0.20
HSL 260.53º 0.6% 0.51% -
HSV(B) 260.53º 0.74% 0.8% -
XYZ 18.12 9.96 58.72 -
YUV 85.88 195.23 141.64 -
System Red Green Blue C M Y K H S L
Decimal 105 53 205 0.49 0.74 0 0.20 260.53 0.6 0.51
Hex 69 35 CD 31 4A 0 14 105 3C 33
Octal 151 65 315 61 112 0 24 405 74 63
Binary 1101001 110101 11001101 110001 1001010 0 10100 100000101 111100 110011

Color Harmonies of #6935CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6935CD

Black with #6935CD

Text Example


Text Example

White with #6935CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6935CD; }

 p { color: rgb(105,53,205); }

 H1.HeaderClassName
 {
   color: #6935CD;
 }
 .AnyTagClassName
 {
   color: #6935CD;
 }
</style>

background-color css

<style>
 a { background-color: #6935CD; }

 a { background-color: rgb(105,53,205); }

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

border-color css

<style>
 span { border-color: #6935CD; }

 span { border-color: rgb(105,53,205); }

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