Html Css Color HEX #6938CF Purple Heart

📋 copy color: '#6938CF'

red 105 ◦ green 56 ◦ blue 207

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

Shades of Purple Heart #6938CF

Tints of Purple Heart #6938CF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.22%

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

R = 28.53%
G = 15.22%
B = 56.25%

CMYK

 C value IS 0.49

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6938CF (or 0x6938CF) is known color: Purple Heart. HEX triplet: 69, 38 and CF. RGB value is (105,56,207). Sum of RGB (Red+Green+Blue) = 105+56+207=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 56 (22.27% from 255 or 15.22% from 368); Blue value is 207 (81.25% from 255 or 56.25% from 368); Max value from RGB is 207 - color contains mainly: blue. Hex color #6938CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6938CF is #96C730. Grayscale: #575757. Windows color (decimal): -9881393 or 13580393. OLE color: 13580393.

HSL color Cylindrical-coordinate representation of color #6938CF: hue angle of 259.47º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6938CF is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 105 56 207 -
CMYK 0.49 0.73 0 0.19
HSL 259.47º 0.61% 0.52% -
HSV(B) 259.47º 0.73% 0.81% -
XYZ 18.5 10.34 60.05 -
YUV 87.87 195.23 140.22 -
System Red Green Blue C M Y K H S L
Decimal 105 56 207 0.49 0.73 0 0.19 259.47 0.61 0.52
Hex 69 38 CF 31 49 0 13 103 3D 34
Octal 151 70 317 61 111 0 23 403 75 64
Binary 1101001 111000 11001111 110001 1001001 0 10011 100000011 111101 110100

Color Harmonies of #6938CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6938CF

Black with #6938CF

Text Example


Text Example

White with #6938CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,56,207); }

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

background-color css

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

 a { background-color: rgb(105,56,207); }

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

border-color css

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

 span { border-color: rgb(105,56,207); }

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